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 8e1f56f694f2983140c40eefa89d37ebd8a40f71..fc531437eb146dca770ff6724816c6ee02e7b778 100644 |
--- a/content/common/child_process_host_impl.cc |
+++ b/content/common/child_process_host_impl.cc |
@@ -347,6 +347,7 @@ |
} |
void ChildProcessHostImpl::OnDeletedGpuMemoryBuffer( |
+ gfx::GpuMemoryBufferType type, |
gfx::GpuMemoryBufferId id, |
uint32 sync_point) { |
// Note: Nothing to do here as ownership of shared memory backed |