Index: content/common/child_process_host_impl.cc |
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc |
index 6bf0d7ec58817b144f4f440c0537051dec3176da..67326248870a04b7a582c60df1b990303a4e1b36 100644 |
--- a/content/common/child_process_host_impl.cc |
+++ b/content/common/child_process_host_impl.cc |
@@ -344,7 +344,8 @@ void ChildProcessHostImpl::OnAllocateGpuMemoryBuffer( |
void ChildProcessHostImpl::OnDeletedGpuMemoryBuffer( |
gfx::GpuMemoryBufferType type, |
- const gfx::GpuMemoryBufferId& id) { |
+ const gfx::GpuMemoryBufferId& id, |
+ uint32 sync_point) { |
// Note: Nothing to do here as ownership of shared memory backed |
// GpuMemoryBuffers is passed with IPC. |
} |