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