| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 1ba82debacbe541c468c67100e179706eb260826..a55579a8a197bb95411fbaa53cbf715350ca490f 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -865,7 +865,7 @@ void RootWindowController::InitLayoutManagers() {
|
| // Create Panel layout manager
|
| WmWindow* wm_panel_container = GetWmContainer(kShellWindowId_PanelContainer);
|
| panel_layout_manager_ = new PanelLayoutManager(wm_panel_container);
|
| - wm_panel_container->SetLayoutManager(base::WrapUnique(panel_layout_manager_));
|
| + wm_panel_container->aura_window()->SetLayoutManager(panel_layout_manager_);
|
|
|
| wm::WmSnapToPixelLayoutManager::InstallOnContainers(root);
|
|
|
|
|