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

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

Issue 363133002: Defer preparing for overview until all overview items are initialized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/wm/overview/window_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_grid.h
diff --git a/ash/wm/overview/window_grid.h b/ash/wm/overview/window_grid.h
index fe4bf780ccc21a98c4ef46edd122fd684f5a437c..28af47c9ee4f71236dc9cd79f14a791c5dbdbe1b 100644
--- a/ash/wm/overview/window_grid.h
+++ b/ash/wm/overview/window_grid.h
@@ -51,6 +51,10 @@ class ASH_EXPORT WindowGrid : public aura::WindowObserver {
WindowSelector* window_selector);
virtual ~WindowGrid();
+ // Prepares the windows in this grid for overview. This will restore all
+ // minimized windows and ensure they are visible.
+ void PrepareForOverview();
+
// Positions all the windows in the grid.
void PositionWindows(bool animate);
« no previous file with comments | « no previous file | ash/wm/overview/window_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698