Index: views/widget/native_widget_aura.h |
diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h |
index e257a2d5ea4b4f6b9810b64c533ec6c01b1b17c2..c93c61b21feae3a8fe6784d901cfe4b5226f64ad 100644 |
--- a/views/widget/native_widget_aura.h |
+++ b/views/widget/native_widget_aura.h |
@@ -79,8 +79,6 @@ 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 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; |