| Index: ash/common/wm/overview/scoped_transform_overview_window.h
|
| diff --git a/ash/common/wm/overview/scoped_transform_overview_window.h b/ash/common/wm/overview/scoped_transform_overview_window.h
|
| index 84ce30e2b6cef8d2a56c1142aebaf6549f4d9f6b..c197e64c81a6f5069c0cce107ccbf02eb9719de9 100644
|
| --- a/ash/common/wm/overview/scoped_transform_overview_window.h
|
| +++ b/ash/common/wm/overview/scoped_transform_overview_window.h
|
| @@ -141,6 +141,9 @@ class ASH_EXPORT ScopedTransformOverviewWindow : public ui::EventHandler {
|
| // For minmiezd window, this will be a window that hosts mirrored layers.
|
| WmWindow* GetOverviewWindow() const;
|
|
|
| + // Ensures that a window is visible by setting its opacity to 1.
|
| + void EnsureVisible();
|
| +
|
| // Returns the window created for minimized window, or nullptr
|
| // if it does not exit.
|
| WmWindow* GetOverviewWindowForMinimizedState() const;
|
|
|