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

Unified Diff: services/ui/manifest.json

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/gpu/gpu_service_mus.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index a23859086b95bd8146e6a20e6b3570048fab2edd..6aec83bd452979916433e105b934d651a21c592d 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -14,11 +14,16 @@
"ui::mojom::InputDeviceServer",
"ui::mojom::WindowTreeFactory"
],
+ // Interfaces provided by mus-gpu for mus-ws.
+ "ozone": [
+ "ui::ozone::mojom::DeviceCursor"
+ ],
"test": [
"ui::mojom::WindowServerTest"
]
},
"required": {
+ "mojo:ui": { "classes": [ "ozone" ] },
"*": { "classes": [ "app" ] },
"mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
}
« no previous file with comments | « services/ui/gpu/gpu_service_mus.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698