| Index: ppapi/proxy/ppapi_messages.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_messages.h (revision 113254)
|
| +++ ppapi/proxy/ppapi_messages.h (working copy)
|
| @@ -781,11 +781,10 @@
|
| PP_Instance /* instance */,
|
| std::vector<int32_t> /* attrib_list */,
|
| ppapi::HostResource /* result */)
|
| -IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer,
|
| - ppapi::HostResource /* context */)
|
| -IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer,
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer,
|
| ppapi::HostResource /* context */,
|
| - int32 /* transfer_buffer_id */)
|
| + int32 /* size */,
|
| + base::SharedMemoryHandle /* ring_buffer */)
|
| IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBGraphics3D_GetState,
|
| ppapi::HostResource /* context */,
|
| gpu::CommandBuffer::State /* state */)
|
|
|
| Property changes on: ppapi/proxy/ppapi_messages.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|