| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 44932dcf3de9922ed073f8d3268a261510b3f9a8..765f9294b27ba8203a767b00f9bfd32d98e851b0 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -198,9 +198,10 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer,
|
| gfx::GpuMemoryBufferHandle)
|
|
|
| // Informs the browser that the child deleted a gpu memory buffer.
|
| -IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_DeletedGpuMemoryBuffer,
|
| +IPC_MESSAGE_CONTROL3(ChildProcessHostMsg_DeletedGpuMemoryBuffer,
|
| gfx::GpuMemoryBufferType,
|
| - gfx::GpuMemoryBufferId)
|
| + gfx::GpuMemoryBufferId,
|
| + uint32 /* sync_point */)
|
|
|
| // Asks the browser to create a block of discardable shared memory for the
|
| // child process.
|
|
|