diff options
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r-- | views/widget/root_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h index dbb480f..d175c63 100644 --- a/views/widget/root_view.h +++ b/views/widget/root_view.h @@ -152,6 +152,10 @@ class RootView : public View, // Used to set the View parent after the view has been created. virtual void SetFocusTraversableParentView(View* view); + // Called when parent of the host changed. + void NotifyNativeViewHierarchyChanged(bool attached, + gfx::NativeView native_view); + // Returns the name of this class: views/RootView virtual std::string GetClassName() const; |