| Index: content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| index 5af28171f90fb8f2fce5981399ca37fdff9fd04d..d163415f31c5d04411969f6b581883bf266f6881 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| @@ -33,6 +33,7 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
|
| unsigned internalformat,
|
| unsigned usage,
|
| base::ProcessHandle child_process,
|
| + int child_id,
|
| const AllocationCallback& callback) {
|
| if (GpuMemoryBufferImplShm::IsConfigurationSupported(
|
| size, internalformat, usage)) {
|
|
|