| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 493352d6a4f5716960ef4cb315a2b2163cd5b196..89251d8a93efe166c800af018ca4f378a10bb410 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1110,10 +1110,12 @@ IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBVideoCapture_StartCapture0_1,
|
| uint32_t /* buffer_count */)
|
|
|
| // PPB_VideoDecoder.
|
| -IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVideoDecoder_Create,
|
| +IPC_SYNC_MESSAGE_ROUTED5_1(PpapiHostMsg_PPBVideoDecoder_Create,
|
| PP_Instance /* instance */,
|
| ppapi::HostResource /* context */,
|
| PP_VideoDecoder_Profile /* profile */,
|
| + PP_Size /* frame_size */,
|
| + std::vector<uint8_t> /* extra_data */,
|
| ppapi::HostResource /* result */)
|
| IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoDecoder_Decode,
|
| ppapi::HostResource /* video_decoder */,
|
|
|