diff options
Diffstat (limited to 'views/widget/native_widget.h')
-rw-r--r-- | views/widget/native_widget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/widget/native_widget.h b/views/widget/native_widget.h index 089cfb3..9b28ac7 100644 --- a/views/widget/native_widget.h +++ b/views/widget/native_widget.h @@ -52,6 +52,11 @@ class NativeWidget { static void GetAllNativeWidgets(gfx::NativeView native_view, NativeWidgets* children); + // Reparent a NativeView and notify all NativeWidgets in + // |native_view|'s hierarchy of the change. + static void ReparentNativeView(gfx::NativeView native_view, + gfx::NativeView new_parent); + // Returns the Widget associated with this NativeWidget. This function is // guaranteed to return non-NULL for the lifetime of the NativeWidget. virtual Widget* GetWidget() = 0; |