| Index: ash/wm/overview/window_selector.h
|
| diff --git a/ash/wm/overview/window_selector.h b/ash/wm/overview/window_selector.h
|
| index 7c783b8cc3412f6ccffa5ebe44463470f522c92e..06cfb1b6ca12e7641dd03d746763f8c99ce2a1ed 100644
|
| --- a/ash/wm/overview/window_selector.h
|
| +++ b/ash/wm/overview/window_selector.h
|
| @@ -102,8 +102,10 @@ class ASH_EXPORT WindowSelector
|
| void OnWindowDestroying(aura::Window* window) override;
|
|
|
| // aura::client::ActivationChangeObserver:
|
| - void OnWindowActivated(aura::Window* gained_active,
|
| - aura::Window* lost_active) override;
|
| + void OnWindowActivated(
|
| + aura::client::ActivationChangeObserver::ActivationReason reason,
|
| + aura::Window* gained_active,
|
| + aura::Window* lost_active) override;
|
| void OnAttemptToReactivateWindow(aura::Window* request_active,
|
| aura::Window* actual_active) override;
|
|
|
|
|