diff options
Diffstat (limited to 'chrome/views/window/non_client_view.h')
-rw-r--r-- | chrome/views/window/non_client_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/window/non_client_view.h b/chrome/views/window/non_client_view.h index 0481cfd..e82ec77 100644 --- a/chrome/views/window/non_client_view.h +++ b/chrome/views/window/non_client_view.h @@ -192,6 +192,7 @@ class NonClientView : public View { // NonClientView, View overrides: virtual gfx::Size GetPreferredSize(); + virtual gfx::Size GetMinimumSize(); virtual void Layout(); protected: |