| Index: views/widget/native_widget_gtk.h
|
| diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h
|
| index 80db70e17ffb716380c5743482d60c0c3497bd9d..1c85f0e9a932675c305d9a401c7345e059afbdd4 100644
|
| --- a/views/widget/native_widget_gtk.h
|
| +++ b/views/widget/native_widget_gtk.h
|
| @@ -186,8 +186,6 @@ 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 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;
|
|
|