| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index c75980b7793b35c24e2eb39e82445aee12397752..948b60ed49a1192a59b0b201bc4c61cf4c6633c5 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -190,8 +190,7 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer,
|
| gfx::GpuMemoryBufferHandle)
|
|
|
| // Informs the browser that the child deleted a gpu memory buffer.
|
| -IPC_MESSAGE_CONTROL3(ChildProcessHostMsg_DeletedGpuMemoryBuffer,
|
| - gfx::GpuMemoryBufferType,
|
| +IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_DeletedGpuMemoryBuffer,
|
| gfx::GpuMemoryBufferId,
|
| uint32 /* sync_point */)
|
|
|
|
|