| 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 3b5094adadb1bda6457741fe897a38f55a69021d..f7f45c20d19d5e489f515909cc2a8fb132f2b378 100644
|
| --- a/ash/wm/overview/window_selector_window.h
|
| +++ b/ash/wm/overview/window_selector_window.h
|
| @@ -48,7 +48,7 @@ class WindowSelectorWindow : public WindowSelectorItem,
|
| private:
|
| // Creates the close button window if it does not exist and updates the bounds
|
| // to match the window selector item.
|
| - void UpdateCloseButtonBounds(aura::Window* root_window);
|
| + void UpdateCloseButtonBounds(aura::Window* root_window, bool animate);
|
|
|
| // The window with a scoped transform represented by this selector item.
|
| ScopedTransformOverviewWindow transform_window_;
|
|
|