Index: ash/display/virtual_keyboard_window_controller.cc |
diff --git a/ash/display/virtual_keyboard_window_controller.cc b/ash/display/virtual_keyboard_window_controller.cc |
index 111ce3a129278332f41714e69bf1205f0d7bc569..618e51bd8753fbf5f0d71ff6e7284c1b6135c26a 100644 |
--- a/ash/display/virtual_keyboard_window_controller.cc |
+++ b/ash/display/virtual_keyboard_window_controller.cc |
@@ -51,6 +51,8 @@ void VirtualKeyboardWindowController::UpdateWindow( |
RootWindowController::CreateForVirtualKeyboardDisplay(root_window); |
root_window_controller_.reset(GetRootWindowController(root_window)); |
root_window_controller_->root_window()->ShowRootWindow(); |
+ root_window_controller_->ActivateKeyboard( |
+ Shell::GetInstance()->keyboard_controller()); |
} else { |
aura::RootWindow* root_window = root_window_controller_->root_window(); |
GetRootWindowSettings(root_window)->display_id = display_info.id(); |