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

Unified Diff: chrome/browser/chrome_content_gpu_manifest_overlay.json

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: add missing public_dep to the typemap file. Created 3 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 | « no previous file | chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_gpu_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_gpu_manifest_overlay.json b/chrome/browser/chrome_content_gpu_manifest_overlay.json
index 7e275bfa55390dc0a35b11b27d37ffcdea6b6d67..6f9513d7d58f85809a1300dc93b78cab9c8d8c3d 100644
--- a/chrome/browser/chrome_content_gpu_manifest_overlay.json
+++ b/chrome/browser/chrome_content_gpu_manifest_overlay.json
@@ -6,6 +6,8 @@
"browser": [
"arc::mojom::VideoDecodeAccelerator",
"arc::mojom::VideoDecodeClient",
+ "arc::mojom::VideoEncodeAccelerator",
+ "arc::mojom::VideoEncodeClient",
"chrome::mojom::ResourceUsageReporter"
]
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698