| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 3e20695fc0a28d9585f91e4321cfcb2a937fdd6d..a8ae9b342ef0b3e8c6dd109b46501e024d12c6bb 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -642,8 +642,9 @@ IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_ResetDecoder,
|
| PP_Instance /* instance */,
|
| PP_DecryptorStreamType /* decoder_type */,
|
| uint32_t /* request_id */)
|
| -IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_DecryptAndDecodeFrame,
|
| +IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_DecryptAndDecode,
|
| PP_Instance /* instance */,
|
| + PP_DecryptorStreamType /* decoder_type */,
|
| ppapi::proxy::PPPDecryptor_Buffer /* buffer */,
|
| std::string /* serialized_block_info */)
|
|
|
|
|