| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 493352d6a4f5716960ef4cb315a2b2163cd5b196..c285aae3e25a5f39d88c2ef1b5c5c1863d65d6f1 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -614,10 +614,11 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_ResetACK,
|
| int32_t /* PP_CompletionCallback result */)
|
|
|
| // PPP_VideoDecoder_Dev.
|
| -IPC_MESSAGE_ROUTED3(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers,
|
| +IPC_MESSAGE_ROUTED4(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers,
|
| ppapi::HostResource /* video_decoder */,
|
| uint32_t /* requested number of buffers */,
|
| - PP_Size /* dimensions of buffers */)
|
| + PP_Size /* dimensions of buffers */,
|
| + uint32_t /* texture_target */)
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_DismissPictureBuffer,
|
| ppapi::HostResource /* video_decoder */,
|
| int32_t /* picture buffer id */)
|
|
|