| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 7d49d05a450936e25141b86efbe11ff74996117c..f6a7d9232d5c83fe460f247b6ceda5279cdcdc9f 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -897,13 +897,14 @@ IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_ReleaseResource,
|
| ppapi::HostResource)
|
|
|
| // PPB_Graphics3D.
|
| -IPC_SYNC_MESSAGE_ROUTED3_3(PpapiHostMsg_PPBGraphics3D_Create,
|
| +IPC_SYNC_MESSAGE_ROUTED3_4(PpapiHostMsg_PPBGraphics3D_Create,
|
| PP_Instance /* instance */,
|
| ppapi::HostResource /* share_context */,
|
| std::vector<int32_t> /* attrib_list */,
|
| ppapi::HostResource /* result */,
|
| gpu::Capabilities /* capabilities */,
|
| - ppapi::proxy::SerializedHandle /* shared_state */)
|
| + ppapi::proxy::SerializedHandle /* shared_state */,
|
| + uint64_t /* command_buffer_id */)
|
| IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer,
|
| ppapi::HostResource /* context */,
|
| int32 /* transfer_buffer_id */)
|
|
|