| 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 cce8557c6d6c078f1beb9d27c095f5845cdd5f05..e2fe5ac728a7b346c70966d5fe06fbed844a3384 100644
|
| --- a/ash/common/wm/overview/window_grid.h
|
| +++ b/ash/common/wm/overview/window_grid.h
|
| @@ -160,8 +160,8 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
|
| int* min_right,
|
| int* max_right);
|
|
|
| - // Returns the target bounds of the currently selected item.
|
| - const gfx::Rect GetSelectionBounds() const;
|
| + // Sets up WindowSelectorItem to use masks or shapes based on command flags.
|
| + void PrepareForUsingMasksOrShapes(size_t windows_count) const;
|
|
|
| // Root window the grid is in.
|
| WmWindow* root_window_;
|
|
|