| 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);
|
| };
|
|
|