| Index: content/common/gpu/client/gpu_memory_buffer_impl_mac.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc b/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc
|
| index 6d2e7b63805446d9ec5b3fc38352dd59e14b987f..5c0d1f76c77dd90b4f90e3d250d085bb15e71da4 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc
|
| @@ -13,6 +13,7 @@ namespace content {
|
| void GpuMemoryBufferImpl::Create(const gfx::Size& size,
|
| unsigned internalformat,
|
| unsigned usage,
|
| + int client_id,
|
| const CreationCallback& callback) {
|
| if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported(
|
| size, internalformat, usage)) {
|
| @@ -30,7 +31,7 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
|
| unsigned internalformat,
|
| unsigned usage,
|
| base::ProcessHandle child_process,
|
| - int child_id,
|
| + int child_client_id,
|
| const AllocationCallback& callback) {
|
| if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported(
|
| size, internalformat, usage)) {
|
|
|