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

Unified Diff: ash/common/wm_shell.h

Issue 2704173002: Update the layout mode first when exiting tablet mode (Closed)
Patch Set: . Created 3 years, 10 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/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index ce82fd4b70d7ea3cd2d239f156353e52ddc92afb..528a61cb65d95c31693cf8933adef693a7136026 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -368,6 +368,9 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
// Called after maximize mode has started, windows might still animate though.
void OnMaximizeModeStarted();
+ // Called after maximize mode is about to end.
+ void OnMaximizeModeEnding();
+
// Called after maximize mode has ended, windows might still be returning to
// their original position.
void OnMaximizeModeEnded();

Powered by Google App Engine
This is Rietveld 408576698