| 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();
|
|
|