Chromium Code Reviews| Index: ash/wm/window_util.cc |
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc |
| index c71cf192bbbd52571c75059d841c5e5580276428..9b0da7855405922162aa09bc0193c055117fc54d 100644 |
| --- a/ash/wm/window_util.cc |
| +++ b/ash/wm/window_util.cc |
| @@ -42,7 +42,7 @@ bool IsActiveWindow(aura::Window* window) { |
| } |
| aura::Window* GetActiveWindow() { |
| - return aura::client::GetActivationClient(Shell::GetRootWindow())-> |
| + return aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> |
| GetActiveWindow(); |
| } |