| Index: ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| diff --git a/ppapi/proxy/ppp_content_decryptor_private_proxy.h b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| index 63d31abf5b0eeaca6f5f746c5df6a1a1cc4cfdb5..facec10fc7bb928fbd3861e46c9970c3e2165d9b 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| @@ -46,6 +46,12 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
|
| PP_Instance instance,
|
| const std::string& decoder_config,
|
| const PPPDecryptor_Buffer& extra_data_buffer);
|
| + void OnMsgDeinitializeDecoder(PP_Instance instance,
|
| + PP_DecryptorStreamType decoder_type,
|
| + uint32_t request_id);
|
| + void OnMsgResetDecoder(PP_Instance instance,
|
| + PP_DecryptorStreamType decoder_type,
|
| + uint32_t request_id);
|
| void OnMsgDecryptAndDecodeFrame(
|
| PP_Instance instance,
|
| const PPPDecryptor_Buffer& encrypted_frame,
|
|
|