diff options
Diffstat (limited to 'views/window/window_win.h')
-rw-r--r-- | views/window/window_win.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/window/window_win.h b/views/window/window_win.h index ddc2f21..5be2319 100644 --- a/views/window/window_win.h +++ b/views/window/window_win.h @@ -50,10 +50,9 @@ class WindowWin : public WidgetWin, focus_on_creation_ = focus_on_creation; } - // Window overrides: + // Overridden from Window: virtual gfx::Rect GetBounds() const; virtual gfx::Rect GetNormalBounds() const; - virtual void SetBounds(const gfx::Rect& bounds); virtual void SetBounds(const gfx::Rect& bounds, gfx::NativeWindow other_window); virtual void Show(); |