summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/native_widget_win.h')
-rw-r--r--views/widget/native_widget_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
index f576d96..ad62cbd 100644
--- a/views/widget/native_widget_win.h
+++ b/views/widget/native_widget_win.h
@@ -191,6 +191,8 @@ class NativeWidgetWin : public ui::WindowImpl,
virtual gfx::Rect GetClientAreaScreenBounds() 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 SetShape(gfx::NativeRegion shape) OVERRIDE;
virtual void Close() OVERRIDE;