| Index: gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| diff --git a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| index 8390d3809af1c9874466df873377a392709ab3d8..e68dd5d50a865acd2e18f41b2bee1da8432f90fd 100644
|
| --- a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| +++ b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| @@ -147,6 +147,7 @@ bool GpuMemoryBufferImplSharedMemory::IsSizeValidForFormat(
|
| return true;
|
| }
|
| case gfx::BufferFormat::UYVY_422:
|
| + case gfx::BufferFormat::YUYV_422:
|
| return size.width() % 2 == 0;
|
| }
|
|
|
|
|