| Index: components/arc/common/video_accelerator.mojom
|
| diff --git a/components/arc/common/video_accelerator.mojom b/components/arc/common/video_accelerator.mojom
|
| index d20a2360b17f10ecb74acac23d5b47be888f16dd..e02f82dbb6cb2770fe8c5a5d202d467117e2559c 100644
|
| --- a/components/arc/common/video_accelerator.mojom
|
| +++ b/components/arc/common/video_accelerator.mojom
|
| @@ -61,7 +61,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);
|
|
|
|
|