diff options
Diffstat (limited to 'views/window/native_frame_view.h')
-rw-r--r-- | views/window/native_frame_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/window/native_frame_view.h b/views/window/native_frame_view.h index b20e328..07c125c 100644 --- a/views/window/native_frame_view.h +++ b/views/window/native_frame_view.h @@ -27,6 +27,9 @@ class NativeFrameView : public NonClientFrameView { virtual void EnableClose(bool enable); virtual void ResetWindowControls(); + // View overrides: + virtual gfx::Size GetPreferredSize(); + private: // Our containing frame. WindowWin* frame_; |