| Index: views/widget/native_widget_win.h
|
| diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
|
| index 5162988c2712ab471f674827dcccb779a680b2e9..632e7677bfcbc0d661aa0a9d8a56a6bd9159ccd5 100644
|
| --- a/views/widget/native_widget_win.h
|
| +++ b/views/widget/native_widget_win.h
|
| @@ -229,6 +229,7 @@ class NativeWidgetWin : public ui::WindowImpl,
|
| virtual void SetBoundsConstrained(const gfx::Rect& bounds,
|
| Widget* other_widget) OVERRIDE;
|
| virtual void MoveAbove(gfx::NativeView native_view) OVERRIDE;
|
| + virtual void MoveToTop() OVERRIDE;
|
| virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void CloseNow() OVERRIDE;
|
|
|