Index: services/ui/service.cc |
diff --git a/services/ui/service.cc b/services/ui/service.cc |
index 26994f49ee2954a65d1f765b80dacfa85080ef36..201116f4db85457772f110b4d1407635bb092c06 100644 |
--- a/services/ui/service.cc |
+++ b/services/ui/service.cc |
@@ -181,7 +181,7 @@ void Service::OnStart(const shell::Identity& identity) { |
input_device_server_.RegisterAsObserver(); |
// Gpu must be running before the PlatformScreen can be initialized. |
- window_server_.reset(new ws::WindowServer(this)); |
+ window_server_.reset(new ws::WindowServer(this, connector())); |
// DeviceDataManager must be initialized before TouchController. On non-Linux |
// platforms there is no DeviceDataManager so don't create touch controller. |