| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 69a263c851595be87845006ff32814697c578338..5e1931688c206cab0594f50177b2070f0171780f 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -496,7 +496,7 @@
|
| void RootWindowController::CreateShelf() {
|
| if (shelf_widget_->shelf())
|
| return;
|
| - shelf_widget_->CreateShelf();
|
| + shelf_widget_->CreateShelf(wm_shelf_aura_.get());
|
|
|
| if (panel_layout_manager_)
|
| panel_layout_manager_->SetShelf(wm_shelf_aura_.get());
|
|
|