| Index: views/widget/native_widget_gtk.h
|
| diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h
|
| index 559d98c4e814f299a04c5cfde256268d1e922c8e..564625d7e0ee87a8df808c7dd291309ae723faef 100644
|
| --- a/views/widget/native_widget_gtk.h
|
| +++ b/views/widget/native_widget_gtk.h
|
| @@ -195,6 +195,7 @@ class NativeWidgetGtk : public NativeWidget,
|
| 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;
|
|
|