Index: components/arc/common/video_accelerator.mojom |
diff --git a/components/arc/common/video_accelerator.mojom b/components/arc/common/video_accelerator.mojom |
index cfa84beae88ebeca693a81435704148840886de3..229d766dde2eb76a5127b5f195330a116fe074d3 100644 |
--- a/components/arc/common/video_accelerator.mojom |
+++ b/components/arc/common/video_accelerator.mojom |
@@ -55,7 +55,7 @@ interface VideoAcceleratorService { |
BindSharedMemory@1(PortType port, uint32 index, handle ashmem_fd, |
uint32 offset, uint32 length); |
- BindDmabuf@2(PortType port, uint32 index, handle dmabuf_fd); |
+ BindDmabuf@2(PortType port, uint32 index, handle dmabuf_fd, int32 stride); |
UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata); |