| Index: ash/wm/overview/window_selector_window.h
|
| diff --git a/ash/wm/overview/window_selector_window.h b/ash/wm/overview/window_selector_window.h
|
| index e50843833c01b4d2746b0f82f44ca6ac3b4b6d03..1c41ba32c5f1e8f1ec81acd8360c82464944b101 100644
|
| --- a/ash/wm/overview/window_selector_window.h
|
| +++ b/ash/wm/overview/window_selector_window.h
|
| @@ -39,6 +39,7 @@ class WindowSelectorWindow : public WindowSelectorItem {
|
| virtual void SetItemBounds(aura::Window* root_window,
|
| const gfx::Rect& target_bounds,
|
| bool animate) OVERRIDE;
|
| + virtual void ChangeItemVisibility(bool visible) OVERRIDE;
|
|
|
| private:
|
| // The window with a scoped transform represented by this selector item.
|
|
|