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

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

Issue 2919193002: ArcBridge: Rename VideoAcceleratorService to VideoDecodeAccelerator. (Closed)
Patch Set: Address review comments Created 3 years, 6 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 | « components/arc/BUILD.gn ('k') | components/arc/common/video_accelerator.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/video.mojom
diff --git a/components/arc/common/video.mojom b/components/arc/common/video.mojom
index f8c95829911a301d5a1b7687d93928407f5436f0..80db412348f651f2c4d1e9c8f92e22af40f940c9 100644
--- a/components/arc/common/video.mojom
+++ b/components/arc/common/video.mojom
@@ -4,7 +4,7 @@
module arc.mojom;
-import "video_accelerator.mojom";
+import "video_decode_accelerator.mojom";
// Next MinVersion: 5
// Deprecated method IDs: 0
@@ -24,5 +24,5 @@ interface VideoInstance {
};
interface VideoAcceleratorFactory {
- Create@0(VideoAcceleratorService& accelerator);
+ CreateDecodeAccelerator@0(VideoDecodeAccelerator& decoder);
};
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/common/video_accelerator.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698