Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 1812e84d2337df24c0c6b2b78a647c4fc23a29c5..8eda3b00eee3d1c7d827ead003d3eb45c3740eaa 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -44,6 +44,7 @@ |
#include "ash/wm/status_area_layout_manager.h" |
#include "ash/wm/system_background_controller.h" |
#include "ash/wm/system_modal_container_layout_manager.h" |
+#include "ash/wm/virtual_keyboard_container_layout_manager.h" |
#include "ash/wm/window_properties.h" |
#include "ash/wm/window_state.h" |
#include "ash/wm/window_util.h" |
@@ -1007,6 +1008,9 @@ void RootWindowController::CreateContainersInRootWindow( |
lock_screen_related_containers); |
wm::SetSnapsChildrenToPhysicalPixelBoundary( |
virtual_keyboard_parent_container); |
+ virtual_keyboard_parent_container->SetLayoutManager( |
+ new VirtualKeyboardContainerLayoutManager( |
+ virtual_keyboard_parent_container)); |
SetUsesScreenCoordinates(virtual_keyboard_parent_container); |
aura::Window* menu_container = CreateContainer( |