| Index: ash/wm/panels/panel_layout_manager.h
|
| diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
|
| index 1a2dadbd00207cf9b27db861fee1e7943002019a..427e5f1194d21c742835551f600beedaa3d89a55 100644
|
| --- a/ash/wm/panels/panel_layout_manager.h
|
| +++ b/ash/wm/panels/panel_layout_manager.h
|
| @@ -108,8 +108,10 @@ class ASH_EXPORT PanelLayoutManager
|
| wm::WindowStateType old_type) override;
|
|
|
| // Overridden from 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;
|
|
|
| // Overridden from DisplayController::Observer
|
| void OnDisplayConfigurationChanged() override;
|
|
|