| Index: ash/wm/panels/panel_layout_manager.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager.cc b/ash/wm/panels/panel_layout_manager.cc
|
| index 35219d5a501fc27f0a94c9fb359f6a7e501eba67..11f2c1d9afb04fdd16f8c27e438a24bc14ccc12b 100644
|
| --- a/ash/wm/panels/panel_layout_manager.cc
|
| +++ b/ash/wm/panels/panel_layout_manager.cc
|
| @@ -513,8 +513,10 @@ void PanelLayoutManager::OnPostWindowStateTypeChange(
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // PanelLayoutManager, aura::client::ActivationChangeObserver implementation:
|
|
|
| -void PanelLayoutManager::OnWindowActivated(aura::Window* gained_active,
|
| - aura::Window* lost_active) {
|
| +void PanelLayoutManager::OnWindowActivated(
|
| + aura::client::ActivationChangeObserver::ActivationReason reason,
|
| + aura::Window* gained_active,
|
| + aura::Window* lost_active) {
|
| // Ignore if the panel that is not managed by this was activated.
|
| if (gained_active && gained_active->type() == ui::wm::WINDOW_TYPE_PANEL &&
|
| gained_active->parent() == panel_container_) {
|
|
|