mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply raw_ptr rewrite to libcef (see #3239)
This commit is contained in:
@ -65,7 +65,7 @@ bool CefBrowserPlatformDelegateNativeLinux::CreateHostWindow() {
|
||||
// Create a new window object. It will delete itself when the associated X11
|
||||
// window is destroyed.
|
||||
window_x11_ =
|
||||
new CefWindowX11(browser_, parent_window, rect,
|
||||
new CefWindowX11(browser_.get(), parent_window, rect,
|
||||
CefString(&window_info_.window_name).ToString());
|
||||
DCHECK_NE(window_x11_->xwindow(), x11::Window::None);
|
||||
window_info_.window =
|
||||
|
Reference in New Issue
Block a user