| Index: chrome/gpu/arc_gpu_video_decode_accelerator.cc
|
| diff --git a/chrome/gpu/arc_gpu_video_decode_accelerator.cc b/chrome/gpu/arc_gpu_video_decode_accelerator.cc
|
| index dc194db3379e0b0d93892a06badc5c3b4553d166..27e0a9ef3095b283763ca9c3ec0eb44e19cd6f16 100644
|
| --- a/chrome/gpu/arc_gpu_video_decode_accelerator.cc
|
| +++ b/chrome/gpu/arc_gpu_video_decode_accelerator.cc
|
| @@ -299,8 +299,8 @@
|
| handle.native_pixmap_handle.fds.emplace_back(
|
| base::FileDescriptor(info.handle.release(), true));
|
| for (const auto& plane : info.planes) {
|
| - handle.native_pixmap_handle.planes.emplace_back(plane.stride,
|
| - plane.offset, 0, 0);
|
| + handle.native_pixmap_handle.planes.emplace_back(
|
| + plane.stride, plane.offset, 0);
|
| }
|
| #endif
|
| vda_->ImportBufferForPicture(index, handle);
|
|
|