| Index: content/common/gpu/gpu_messages.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_messages.h (revision 166046)
|
| +++ content/common/gpu/gpu_messages.h (working copy)
|
| @@ -414,6 +414,10 @@
|
| IPC_SYNC_MESSAGE_CONTROL1_0(GpuChannelMsg_DestroyCommandBuffer,
|
| int32 /* instance_id */)
|
|
|
| +// Generates n new unique mailbox names.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(GpuChannelMsg_GenerateMailboxNames,
|
| + unsigned, /* num */
|
| + std::vector<std::string> /* mailbox_names */)
|
|
|
| #if defined(OS_ANDROID)
|
| // Register the StreamTextureProxy class with the GPU process, so that
|
|
|