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 db7c51b29a44a825b0d2eb61798cd0d20fd96b14..e63477e3c44c373e70bb8a66f805756f42b11a6e 100644 |
--- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h |
+++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h |
@@ -42,6 +42,12 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy { |
void OnMsgDecrypt(PP_Instance instance, |
const PPPDecryptor_Buffer& encrypted_buffer, |
const std::string& serialized_encrypted_block_info); |
+ void OnMsgDeinitializeDecoder(PP_Instance instance, |
+ PP_StreamType decoder_type, |
+ uint32_t request_id); |
+ void OnMsgResetDecoder(PP_Instance instance, |
+ PP_StreamType decoder_type, |
+ uint32_t request_id); |
void OnMsgDecryptAndDecodeFrame( |
PP_Instance instance, |
const PPPDecryptor_Buffer& encrypted_frame, |