| Index: content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc b/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| index 83ccbc6552f9adc55f5abf0f5448d899bfb71401..e1a1b1891239e19ad242bb441bc833d1c45fba56 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| @@ -46,6 +46,7 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
|
| size, internalformat, usage, child_client_id, callback);
|
| return;
|
| }
|
| +
|
| if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported(
|
| size, internalformat, usage)) {
|
| GpuMemoryBufferImplSharedMemory::AllocateForChildProcess(
|
|
|