| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 3f11af23b86cb72b530d135b27f477c807baf898..880422b5173e6a0cc0ddea3eee0960d8feff7f8e 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -68,7 +68,8 @@ void WindowManager::Init(::ui::WindowTreeClient* window_tree_client) {
|
| window_manager_client_->SetFrameDecorationValues(
|
| std::move(frame_decoration_values));
|
|
|
| - shell_.reset(new WmShellMus(window_tree_client_));
|
| + // TODO(msw): Provide a valid ShellDelegate here; maybe port ShellDelegateMus?
|
| + shell_.reset(new WmShellMus(nullptr, window_tree_client_));
|
| lookup_.reset(new WmLookupMus);
|
| }
|
|
|
|
|