| Index: views/widget/native_widget_gtk.h
|
| diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h
|
| index 1dcdace123c16fb334f5e979471f5949945402fe..79958d523f5b78bf0f9c94b0f8051240b7149e8d 100644
|
| --- a/views/widget/native_widget_gtk.h
|
| +++ b/views/widget/native_widget_gtk.h
|
| @@ -185,8 +185,8 @@ class VIEWS_EXPORT NativeWidgetGtk : public internal::NativeWidgetPrivate,
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void SetSize(const gfx::Size& size) OVERRIDE;
|
| - virtual void MoveAbove(gfx::NativeView native_view) OVERRIDE;
|
| - virtual void MoveToTop() OVERRIDE;
|
| + virtual void StackAbove(gfx::NativeView native_view) OVERRIDE;
|
| + virtual void StackAtTop() OVERRIDE;
|
| virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void CloseNow() OVERRIDE;
|
|
|