| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index a1b030eb88c9f86f79a657286ff2af2bf5eb223c..6c23eee85479bef6e0deb49ff7ffc6e26cc89189 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -539,6 +539,7 @@ void RootWindowController::InitKeyboard() {
|
|
|
| keyboard_controller_->AddObserver(shelf()->shelf_layout_manager());
|
| keyboard_controller_->AddObserver(panel_layout_manager_);
|
| + keyboard_controller_->AddObserver(docked_layout_manager_);
|
|
|
| // Deletes the old container since |keyboard_controller_| creates a
|
| // new container window in GetContainerWindow().
|
|
|