| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 314d9cdba9c67ca6dd438e5712c70443c3e9e3d2..7febc28522d90bdbeaaee34ff1b2a685e5a7f6d7 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -443,7 +443,7 @@ void RootWindowController::ShowShelf() {
|
|
|
| void RootWindowController::OnShelfCreated() {
|
| if (panel_layout_manager_)
|
| - panel_layout_manager_->SetShelf(shelf_->shelf());
|
| + panel_layout_manager_->SetShelf(shelf_->shelf()->wm_shelf());
|
| if (docked_layout_manager_) {
|
| docked_layout_manager_->SetShelf(shelf_->shelf()->wm_shelf());
|
| if (shelf_->shelf_layout_manager())
|
|
|