| Index: views/widget/native_widget_aura.h
|
| diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
|
| index 8f1383ad45b28b55c06f4605ec7d91e9277c0017..bcab4b2e896b24c8e5ead1a74cdc21f0f93b222d 100644
|
| --- a/views/widget/native_widget_aura.h
|
| +++ b/views/widget/native_widget_aura.h
|
| @@ -82,8 +82,8 @@ class VIEWS_EXPORT NativeWidgetAura : 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;
|
|
|