| Index: content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| index 258992cf63d9ba9817a2639be4e9e44431609280..0860cb062dfcf4c0594353d5007cafecc1772f49 100644
|
| --- a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| +++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| @@ -110,10 +110,10 @@ GpuMemoryBufferConfigurationSet GetNativeGpuMemoryBufferConfigurations() {
|
| #endif
|
| if (force_native_gpu_read_write_formats) {
|
| const gfx::BufferFormat kGPUReadWriteFormats[] = {
|
| - gfx::BufferFormat::BGR_565, gfx::BufferFormat::RGBA_8888,
|
| - gfx::BufferFormat::RGBX_8888, gfx::BufferFormat::BGRA_8888,
|
| - gfx::BufferFormat::BGRX_8888, gfx::BufferFormat::UYVY_422,
|
| - gfx::BufferFormat::YUV_420_BIPLANAR};
|
| + gfx::BufferFormat::BGR_565, gfx::BufferFormat::RGBA_8888,
|
| + gfx::BufferFormat::RGBX_8888, gfx::BufferFormat::BGRA_8888,
|
| + gfx::BufferFormat::BGRX_8888, gfx::BufferFormat::UYVY_422,
|
| + gfx::BufferFormat::YVU_420, gfx::BufferFormat::YUV_420_BIPLANAR};
|
| const gfx::BufferUsage kGPUReadWriteUsages[] = {
|
| gfx::BufferUsage::GPU_READ, gfx::BufferUsage::SCANOUT};
|
| for (auto& format : kGPUReadWriteFormats) {
|
|
|