Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index 3f70bc38ab2fb623b6536b0455e2525ae92a3638..025acc53c00760f3d7215cc7bcd4f84fc3f7afe8 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -138,3 +138,8 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_SyncAllocateSharedMemory, |
IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_TcmallocStats, |
std::string /* output */) |
#endif |
+ |
+// Asks the browser to create a gpu memory buffer. |
+IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer, |
+ uint32 /* buffer size */, |
+ base::SharedMemoryHandle) |