Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index 7bbd58a5192200e026ebbfdf24f38319fbfa0c3a..18c3cc4c2efe0c9e3cac05a46a4d23af8fa27faa 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -200,3 +200,8 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer, |
uint32 /* internalformat */, |
uint32 /* usage */, |
gfx::GpuMemoryBufferHandle) |
+ |
+// Informs the browser that the child deleted a gpu memory buffer. |
+IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_DeletedGpuMemoryBuffer, |
+ gfx::GpuMemoryBufferType, |
+ gfx::GpuMemoryBufferId) |