Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / ash / wm / overview / window_grid.h
index fe4bf78..28af47c 100644 (file)
@@ -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);