| Index: content/common/child_process_host_impl.h
|
| diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
|
| index 0851ad7497ea6ca2b30869e5005f7c2a96532540..90e8c244f14b50cc899673d6629b0056c4afac1f 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -85,7 +85,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| gfx::GpuMemoryBuffer::Usage usage,
|
| IPC::Message* reply);
|
| void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferType type,
|
| - const gfx::GpuMemoryBufferId& id);
|
| + const gfx::GpuMemoryBufferId& id,
|
| + uint32 sync_point);
|
|
|
| void GpuMemoryBufferAllocated(IPC::Message* reply,
|
| const gfx::GpuMemoryBufferHandle& handle);
|
|
|