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

Unified Diff: content/public/app/mojo/content_gpu_manifest.json

Issue 2625933002: content/gpu: Set up a mojom connection between browser and gpu. (Closed)
Patch Set: Created 3 years, 11 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: content/public/app/mojo/content_gpu_manifest.json
diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_gpu_manifest.json
index 4c374d7827e55023dfde7fb910d76ad96d25b79a..0544d91c049cf0a98e6a13116db986ea9dcadc60 100644
--- a/content/public/app/mojo/content_gpu_manifest.json
+++ b/content/public/app/mojo/content_gpu_manifest.json
@@ -6,7 +6,8 @@
"provides": {
"browser": [
"IPC::mojom::ChannelBootstrap",
- "service_manager::mojom::ServiceFactory"
+ "service_manager::mojom::ServiceFactory",
+ "ui::mojom::GpuMain"
],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"

Powered by Google App Engine
This is Rietveld 408576698