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

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: tot merge 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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/common/child_process_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/common/child_process_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698