Index: apps/ui/views/app_window_frame_view.h |
diff --git a/apps/ui/views/app_window_frame_view.h b/apps/ui/views/app_window_frame_view.h |
index 19a982c310ec98a53499debefab0ac0a2c52ab8a..43c4d646377762a21b5af7c38f1048ef1910c88a 100644 |
--- a/apps/ui/views/app_window_frame_view.h |
+++ b/apps/ui/views/app_window_frame_view.h |
@@ -77,6 +77,7 @@ class AppWindowFrameView : public views::NonClientFrameView, |
virtual void ResetWindowControls() OVERRIDE {} |
virtual void UpdateWindowIcon() OVERRIDE {} |
virtual void UpdateWindowTitle() OVERRIDE {} |
+ virtual void SizeConstraintsChanged() OVERRIDE {} |
// views::View implementation. |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |