Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index 948b60ed49a1192a59b0b201bc4c61cf4c6633c5..c75980b7793b35c24e2eb39e82445aee12397752 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -190,7 +190,8 @@ |
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, |
uint32 /* sync_point */) |