| Index: views/widget/native_widget_wayland.h
|
| diff --git a/views/widget/native_widget_wayland.h b/views/widget/native_widget_wayland.h
|
| index ee2f003a8d80b0d624f28c5c5ac3f7f0997d63fa..8431588335a10f833b63a167943c2b945a4be78b 100644
|
| --- a/views/widget/native_widget_wayland.h
|
| +++ b/views/widget/native_widget_wayland.h
|
| @@ -91,8 +91,6 @@ class NativeWidgetWayland : 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 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;
|
|
|