diff options
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r-- | views/widget/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h index 1e1b6f8..a320a07 100644 --- a/views/widget/widget.h +++ b/views/widget/widget.h @@ -281,6 +281,7 @@ class Widget : public internal::NativeWidgetDelegate, // Places the widget in front of the specified widget in z-order. void MoveAboveWidget(Widget* widget); void MoveAbove(gfx::NativeView native_view); + void MoveToTop(); // Sets a shape on the widget. This takes ownership of shape. void SetShape(gfx::NativeRegion shape); |