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

Unified Diff: ash/frame/custom_frame_view_ash.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: ash/frame/custom_frame_view_ash.h
diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h
index 92d6f61a146894c72b0d4367d494e27871bb5a25..819e6fae3cb5f803f0ba6bfcdaa8690b463d3361 100644
--- a/ash/frame/custom_frame_view_ash.h
+++ b/ash/frame/custom_frame_view_ash.h
@@ -51,6 +51,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
virtual void ResetWindowControls() OVERRIDE;
virtual void UpdateWindowIcon() OVERRIDE;
virtual void UpdateWindowTitle() OVERRIDE;
+ virtual void SizeConstraintsChanged() OVERRIDE;
// views::View:
virtual gfx::Size GetPreferredSize() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698