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

Unified Diff: services/ui/service.cc

Issue 2760453003: Work In Progess
Patch Set: convert local_state to use pre_client_store_ Created 3 years, 9 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/manifest.json ('k') | ui/display/manager/BUILD.gn » ('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 34f4803d4984e997f8e53951e4f666b7319bb259..33e30de743f2f3d7440c1062a4e476f8566fbc9e 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -231,7 +231,8 @@ bool Service::OnConnect(const service_manager::ServiceInfo& remote_info,
}
void Service::StartDisplayInit() {
- screen_manager_->Init(window_server_->display_manager());
+ screen_manager_->Init(window_server_->display_manager(),
+ context()->connector());
}
void Service::OnFirstDisplayReady() {
« no previous file with comments | « services/ui/manifest.json ('k') | ui/display/manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698