| Index: content/common/gpu/client/gpu_memory_buffer_impl_linux.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_linux.cc b/content/common/gpu/client/gpu_memory_buffer_impl_linux.cc
|
| index 6f81b0f733dc69a5046d0b38e3e9df83e7e9b9ab..1fda2e540f01d254269b649d6e37b62546c63ac2 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_linux.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_linux.cc
|
| @@ -45,7 +45,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
|
|
|