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

Unified Diff: ash/common/wm/overview/window_grid.h

Issue 2141133002: [ash-md] Animates overview shield in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Completes shield opacity animation after overview closes (avoids crashes with delayed anim… Created 4 years, 5 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 | « no previous file | ash/common/wm/overview/window_grid.cc » ('j') | ash/common/wm/overview/window_grid.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_grid.h
diff --git a/ash/common/wm/overview/window_grid.h b/ash/common/wm/overview/window_grid.h
index 04b8b9e150c393b8e445aca3354bd5625f32b183..1d1e805944777a931fd8bcb23645375932297f11 100644
--- a/ash/common/wm/overview/window_grid.h
+++ b/ash/common/wm/overview/window_grid.h
@@ -51,6 +51,9 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
WindowSelector* window_selector);
~WindowGrid() override;
+ // Exits overview mode, fading out the |shield_widget_| if necessary.
+ void Shutdown();
+
// Prepares the windows in this grid for overview. This will restore all
// minimized windows and ensure they are visible.
void PrepareForOverview();
« no previous file with comments | « no previous file | ash/common/wm/overview/window_grid.cc » ('j') | ash/common/wm/overview/window_grid.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698