Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: ppapi/proxy/ppp_content_decryptor_private_proxy.h

Issue 11023004: Update PPP side of Pepper CDM API to support video decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set PPP interface version to 0.2 Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a9a8f22129542b59923fb3fb51fb8638d7f322ed..db7c51b29a44a825b0d2eb61798cd0d20fd96b14 100644
--- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
+++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
@@ -42,10 +42,10 @@ 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 OnMsgDecryptAndDecode(
+ void OnMsgDecryptAndDecodeFrame(
PP_Instance instance,
- const PPPDecryptor_Buffer& encrypted_buffer,
- const std::string& serialized_encrypted_block_info);
+ const PPPDecryptor_Buffer& encrypted_frame,
+ const std::string& serialized_encrypted_frame_info);
const PPP_ContentDecryptor_Private* ppp_decryptor_impl_;

Powered by Google App Engine
This is Rietveld 408576698