| Index: gpu/ipc/client/gpu_channel_host.cc
|
| diff --git a/gpu/ipc/client/gpu_channel_host.cc b/gpu/ipc/client/gpu_channel_host.cc
|
| index 91a881e4421c9b95274c8b76bb8832b385c81d60..beeaa15bfd167cb62ac35d4eeb961cd92a688723 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.cc
|
| +++ b/gpu/ipc/client/gpu_channel_host.cc
|
| @@ -260,8 +260,8 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess(
|
| handle.native_pixmap_handle.fds.emplace_back(scoped_fd.release(),
|
| true /* auto_close */);
|
| }
|
| - handle.native_pixmap_handle.strides_and_offsets =
|
| - source_handle.native_pixmap_handle.strides_and_offsets;
|
| + handle.native_pixmap_handle.planes =
|
| + source_handle.native_pixmap_handle.planes;
|
| *requires_sync_point = false;
|
| return handle;
|
| }
|
|
|