Chromium Code Reviews| 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); |
|
dcheng
2016/05/07 06:22:56
Why int32 and not uint32?
Owen Lin
2016/05/09 07:30:16
It is int32_t in where it's used:
https://code.goo
|
| UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata); |