Index: ash/mus/window_manager.cc |
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc |
index d0755a5720894670eba318a6c3ad8483b6ed84b9..33d88062c94ab57c114da24d85593265ac1123ca 100644 |
--- a/ash/mus/window_manager.cc |
+++ b/ash/mus/window_manager.cc |
@@ -71,7 +71,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); |
} |