mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fc6aaca4 (#406441)
This commit is contained in:
@@ -427,11 +427,16 @@ CEF_VIEW_IMPL_T class CefViewImpl : public CefViewAdapter,
|
||||
DCHECK(root_view_.get());
|
||||
root_view_ref_ = root_view_.get();
|
||||
view_util::Register(this);
|
||||
InitializeRootView();
|
||||
}
|
||||
|
||||
// Create the root views::View object.
|
||||
virtual ViewsViewClass* CreateRootView() = 0;
|
||||
|
||||
// Perform required initialization of the root_view() object created by
|
||||
// CreateRootView(). Called after this object has been registered.
|
||||
virtual void InitializeRootView() = 0;
|
||||
|
||||
private:
|
||||
CefRefPtr<CefViewDelegateClass> delegate_;
|
||||
|
||||
|
Reference in New Issue
Block a user