summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 49fbda9..4b0df83 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -299,6 +299,13 @@ class ASH_EXPORT Shell
// to their final position).
void OnOverviewModeEnding();
+ // Called after maximize mode has started, windows might still animate though.
+ void OnMaximizeModeStarted();
+
+ // Called after maximize mode has ended, windows might still be returning to
+ // their original position.
+ void OnMaximizeModeEnded();
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();