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

Unified Diff: ash/shell.h

Issue 844763006: Change overview mode to so that docked panel windows are not grouped together. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed stale pointer in ScopedTransformOverviewWindow. Created 5 years, 11 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 9850afefb4298bcdf6af07a2e38fd316907c5768..5ac16bda4e0579a4df21ce17a4ec37db693174d2 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -305,9 +305,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// get re-arranged).
void OnOverviewModeStarting();
- // Called before the overview mode is ending (before the windows get arranged
- // to their final position).
- void OnOverviewModeEnding();
+ // Called after overview mode has ended.
+ void OnOverviewModeEnded();
// Called after maximize mode has started, windows might still animate though.
void OnMaximizeModeStarted();
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698