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

Unified Diff: services/ui/service.cc

Issue 2156093004: Use mojo for cursor control in ozone drm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: corrected small code oversight Created 4 years, 5 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/gl/test/run_all_unittests.cc » ('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 3e4c2207d772efcd2dcf6e044ee17d968eb4c24c..7ee4fc82230de549dd78671303b03c812bd637bf 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -156,7 +156,6 @@ void Service::OnStart(const shell::Identity& identity) {
ui::OzonePlatform::InitParams params;
params.connector = connector();
params.single_process = false;
-
ui::OzonePlatform::InitializeForUI(params);
// TODO(kylechar): We might not always want a US keyboard layout.
« no previous file with comments | « services/ui/manifest.json ('k') | ui/gl/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698