mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision bc084a8b (#530369)
This commit is contained in:
@@ -57,7 +57,7 @@ class CefLayoutImpl : public CefLayoutAdapter, public CefLayoutClass {
|
||||
owner_view_ = owner_view;
|
||||
layout_ref_ = CreateLayout();
|
||||
DCHECK(layout_ref_);
|
||||
owner_view->SetLayoutManager(layout_ref_);
|
||||
owner_view->SetLayoutManager(base::WrapUnique(layout_ref_));
|
||||
layout_util::Assign(this, owner_view);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user