| 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 9a3202713b1ca00068b75b07b4e43f7736490e9c..3444227bd743bc6700bc4249cabe2f6fdcdb5333 100644
|
| --- a/ash/common/wm/overview/window_grid.h
|
| +++ b/ash/common/wm/overview/window_grid.h
|
| @@ -91,6 +91,9 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
|
| // If |pattern| is empty, no item is dimmed.
|
| void FilterItems(const base::string16& pattern);
|
|
|
| + // Animates selector widget to |opacity|.
|
| + void SetSelectorOpacity(float opacity);
|
| +
|
| // Returns true if the grid has no more windows.
|
| bool empty() const { return window_list_.empty(); }
|
|
|
|
|