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

Unified Diff: athena/main/athena_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: athena/main/athena_frame_view.h
diff --git a/athena/main/athena_frame_view.h b/athena/main/athena_frame_view.h
index 3037ea9aa285d44b6cf4a214d8124e3b6c0c414f..5140c2dfefa46ab82bb569bad29b9c67dbac3257 100644
--- a/athena/main/athena_frame_view.h
+++ b/athena/main/athena_frame_view.h
@@ -33,6 +33,7 @@ class AthenaFrameView : public views::NonClientFrameView {
virtual void ResetWindowControls() OVERRIDE {}
virtual void UpdateWindowIcon() OVERRIDE {}
virtual void UpdateWindowTitle() OVERRIDE {}
+ virtual void SizeConstraintsChanged() OVERRIDE {}
// views::View overrides:
virtual gfx::Size GetPreferredSize() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698