| Index: views/widget/native_widget_win.h
|
| diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
|
| index 5c4cf59ae807271495c932eba68561a1885c7fd8..aac28c69a92fa15d010663c9f1d0536df3cbdfb7 100644
|
| --- a/views/widget/native_widget_win.h
|
| +++ b/views/widget/native_widget_win.h
|
| @@ -231,8 +231,6 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl,
|
| 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;
|
|
|