| 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 e1708bf980a812f80b3a24e92c8cffd41c4b6da5..ca2873f82a4b08c162fbb7f596f9f5ee09681787 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
|
| @@ -42,8 +42,9 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
|
| const AllocationCallback& callback) {
|
| if (GpuMemoryBufferImplOzoneNativeBuffer::IsConfigurationSupported(
|
| internalformat, usage)) {
|
| - GpuMemoryBufferImplOzoneNativeBuffer::AllocateOzoneNativeBufferForChildId(
|
| - size, internalformat, usage, child_client_id, callback);
|
| + GpuMemoryBufferImplOzoneNativeBuffer::
|
| + AllocateOzoneNativeBufferForChildProcess(
|
| + size, internalformat, usage, child_client_id, callback);
|
| return;
|
| }
|
| if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported(
|
|
|