Index: views/widget/native_widget_private.h |
diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h |
index d604941c8d68e8b6eafd1616bedd536e0fd945e9..40d8a599bfbd4b0cca879f2d7b1800de093d345a 100644 |
--- a/views/widget/native_widget_private.h |
+++ b/views/widget/native_widget_private.h |
@@ -167,8 +167,6 @@ 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 SetBoundsConstrained(const gfx::Rect& bounds, |
- Widget* other_widget) = 0; |
virtual void MoveAbove(gfx::NativeView native_view) = 0; |
virtual void MoveToTop() = 0; |
virtual void SetShape(gfx::NativeRegion shape) = 0; |