| Index: views/widget/native_widget_private.h
|
| diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h
|
| index df5bad3033cf8ab881ceaac601c458f5313399b2..a7b5817cf03045f6eafad719aff02d3a76be1d11 100644
|
| --- a/views/widget/native_widget_private.h
|
| +++ b/views/widget/native_widget_private.h
|
| @@ -167,8 +167,8 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget,
|
| virtual gfx::Rect GetRestoredBounds() const = 0;
|
| virtual void SetBounds(const gfx::Rect& bounds) = 0;
|
| virtual void SetSize(const gfx::Size& size) = 0;
|
| - virtual void MoveAbove(gfx::NativeView native_view) = 0;
|
| - virtual void MoveToTop() = 0;
|
| + virtual void StackAbove(gfx::NativeView native_view) = 0;
|
| + virtual void StackAtTop() = 0;
|
| virtual void SetShape(gfx::NativeRegion shape) = 0;
|
| virtual void Close() = 0;
|
| virtual void CloseNow() = 0;
|
|
|