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