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 e0fe58da0e9ff250f638ef491408b9da9b1598df..e53f174f4116ea228bfe06fb86f63599132f8880 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
@@ -57,7 +57,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 |