| 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 23d2b50efd5179d06676a057e067b2238793b33a..44bb9d1b65ee87bbde4b3eff3de3f07934581895 100644
|
| --- a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| +++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| @@ -105,7 +105,7 @@ GetSupportedGpuMemoryBufferConfigurations(gfx::GpuMemoryBufferType type) {
|
| }
|
| }
|
|
|
| -#if defined(USE_OZONE)
|
| +#if defined(USE_OZONE) || defined(OS_MACOSX)
|
| const GpuMemoryBufferFactory::Configuration kScanoutConfigurations[] = {
|
| {gfx::GpuMemoryBuffer::BGRA_8888, gfx::GpuMemoryBuffer::SCANOUT},
|
| {gfx::GpuMemoryBuffer::RGBX_8888, gfx::GpuMemoryBuffer::SCANOUT}};
|
|
|