Index: views/widget/native_widget.h |
diff --git a/views/widget/native_widget.h b/views/widget/native_widget.h |
index 1e5b2df55e2f56412103bcfdbe80f47b2f67ad6c..223db8bc21d482c6af0636d88952d6097aa6b512 100644 |
--- a/views/widget/native_widget.h |
+++ b/views/widget/native_widget.h |
@@ -171,6 +171,7 @@ class NativeWidget { |
virtual void SetBoundsConstrained(const gfx::Rect& bounds, |
Widget* other_widget) = 0; |
virtual void MoveAbove(gfx::NativeView native_view) = 0; |
+ virtual void MoveToTop() = 0; |
virtual void SetShape(gfx::NativeRegion shape) = 0; |
virtual void Close() = 0; |
virtual void CloseNow() = 0; |