Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: services/ui/service.cc

Issue 2342003003: [WIP] Mus: Pass the mojo connector to OzonePlatform::InitializeForGPU (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/gpu/gpu_main.cc ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « services/ui/gpu/gpu_main.cc ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698