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

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: more proof-reading 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
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index a23859086b95bd8146e6a20e6b3570048fab2edd..ab69f58d2149db1ac597a3b3ac4a81015f449573 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::Cursor"
+ ],
"test": [
"ui::mojom::WindowServerTest"
]
},
"required": {
+ "mojo:ui": { "classes": [ "ozone" ] },
"*": { "classes": [ "app" ] },
"mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
}

Powered by Google App Engine
This is Rietveld 408576698