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); |
kcwu
2016/05/05 10:10:05
uint32
Owen Lin
2016/05/06 05:38:34
But it is int32_t in where it's used:
https://cod
|
UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata); |