Index: ui/views/window/native_frame_view.h |
diff --git a/ui/views/window/native_frame_view.h b/ui/views/window/native_frame_view.h |
index 154453d3eba2b61cdf52f59082dd9ca88d4ce236..444bf967938c73f2a5cfe545b4d5a49b4bb2fba0 100644 |
--- a/ui/views/window/native_frame_view.h |
+++ b/ui/views/window/native_frame_view.h |
@@ -28,6 +28,7 @@ class VIEWS_EXPORT NativeFrameView : public NonClientFrameView { |
virtual void ResetWindowControls() OVERRIDE; |
virtual void UpdateWindowIcon() OVERRIDE; |
virtual void UpdateWindowTitle() OVERRIDE; |
+ virtual void SizeConstraintsChanged() OVERRIDE; |
// View overrides: |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |