| 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..0d0e85f0fc5114a735589861292dc06820ab5ccf 100644 | 
| --- a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc | 
| +++ b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc | 
| @@ -135,6 +135,7 @@ bool GpuMemoryBufferImplSharedMemory::IsSizeValidForFormat( | 
| case gfx::BufferFormat::RGBX_8888: | 
| case gfx::BufferFormat::BGRA_8888: | 
| case gfx::BufferFormat::BGRX_8888: | 
| +    case gfx::BufferFormat::RGBA_F16: | 
| return true; | 
| case gfx::BufferFormat::YVU_420: | 
| case gfx::BufferFormat::YUV_420_BIPLANAR: { | 
|  |