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

Unified Diff: components/arc/common/arc_bridge.mojom

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dcheng's comments Created 4 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: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index 1ccd0b79b528ecabb5dd0fa15d3f75b4e4d6e489..50421ff13766b34c82999d1e37fe6cd5d94ff06e 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -11,6 +11,7 @@ import "notifications.mojom";
import "power.mojom";
import "process.mojom";
import "settings.mojom";
+import "video.mojom";
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
@@ -37,6 +38,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the SettingsInstance interface is ready.
OnSettingsInstanceReady@105(SettingsInstance instance_ptr);
+
+ // Notifies Chrome that the VideoInstance interface is ready.
+ [MinVersion=2] OnVideoInstanceReady@107(VideoInstance instance_ptr);
};
interface ArcBridgeInstance {

Powered by Google App Engine
This is Rietveld 408576698