mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 78.0.3904.0 (#693954)
This commit is contained in:
@@ -54,7 +54,7 @@ void CefWindowDelegateView::Init(gfx::AcceleratedWidget parent_widget,
|
||||
: ui::ZOrderLevel::kNormal;
|
||||
|
||||
// Results in a call to InitContent().
|
||||
widget->Init(params);
|
||||
widget->Init(std::move(params));
|
||||
|
||||
// |widget| should now be associated with |this|.
|
||||
DCHECK_EQ(widget, GetWidget());
|
||||
|
Reference in New Issue
Block a user