| 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 a85654226ab1ba8908231bc9eb5d5b827faf1d84..af50f9d2fb71ebd05a536daf5821b4f76123971d 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| @@ -60,7 +60,8 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
|
| void GpuMemoryBufferImpl::DeletedByChildProcess(
|
| gfx::GpuMemoryBufferType type,
|
| const gfx::GpuMemoryBufferId& id,
|
| - base::ProcessHandle child_process) {
|
| + base::ProcessHandle child_process,
|
| + uint32 sync_point) {
|
| }
|
|
|
| // static
|
|
|