| Index: views/widget/widget.h
|
| diff --git a/views/widget/widget.h b/views/widget/widget.h
|
| index 4220cc6b056f1ca3deac60063c74fc77a379f3eb..1057a1c60328dcd2eb967f75df4eb712145e42da 100644
|
| --- a/views/widget/widget.h
|
| +++ b/views/widget/widget.h
|
| @@ -262,6 +262,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);
|
|
|