| Index: ash/wm/activation_controller.cc
|
| ===================================================================
|
| --- ash/wm/activation_controller.cc (revision 170548)
|
| +++ ash/wm/activation_controller.cc (working copy)
|
| @@ -111,7 +111,7 @@
|
| return window &&
|
| VisibilityMatches(window, visibility_type) &&
|
| (!aura::client::GetActivationDelegate(window) ||
|
| - aura::client::GetActivationDelegate(window)->ShouldActivate()) &&
|
| + aura::client::GetActivationDelegate(window)->ShouldActivate(event)) &&
|
| SupportsChildActivation(window->parent()) &&
|
| (BelongsToContainerWithEqualOrGreaterId(
|
| window, kShellWindowId_SystemModalContainer) ||
|
|
|