| Index: ash/wm/activation_controller.cc
|
| ===================================================================
|
| --- ash/wm/activation_controller.cc (revision 170295)
|
| +++ ash/wm/activation_controller.cc (working copy)
|
| @@ -210,6 +210,10 @@
|
| return active_window_;
|
| }
|
|
|
| +aura::Window* ActivationController::GetActivatableWindow(aura::Window* window) {
|
| + return GetActivatableWindow(window, NULL);
|
| +}
|
| +
|
| bool ActivationController::OnWillFocusWindow(aura::Window* window,
|
| const ui::Event* event) {
|
| return CanActivateWindowWithEvent(
|
|
|