| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index 8c948a1aa5f9f31622b5f15e60b0f3eda41c099f..ed26084c8623ccd0ba875dd5022d1926e602d772 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -453,7 +453,7 @@ void WmShellMus::OnWindowTreeFocusChanged(ui::Window* gained_focus,
|
| if (gained_active)
|
| set_root_window_for_new_windows(gained_active->GetRootWindow());
|
|
|
| - WmWindow* lost_active = GetToplevelAncestor(gained_focus);
|
| + WmWindow* lost_active = GetToplevelAncestor(lost_focus);
|
| if (gained_active == lost_active)
|
| return;
|
|
|
|
|