Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: ui/views/window/native_frame_view.h

Issue 554183002: Update the maximize button when size constraints change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed GlassBrowserFrameView. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698