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

Unified Diff: ppapi/api/dev/ppp_content_decryptor_dev.idl

Issue 10836038: Call CDMWrapper from PpapiDecryptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PP_DecryptionBuffer_Dev and update Decrypt() PPP call. Created 8 years, 4 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/api/dev/ppp_content_decryptor_dev.idl
diff --git a/ppapi/api/dev/ppp_content_decryptor_dev.idl b/ppapi/api/dev/ppp_content_decryptor_dev.idl
index 5f3169abe7bc2fa2ce41ab5662316af0ffddf0de..a093b604cabb734c6421732b9241aa17c8420bbf 100644
--- a/ppapi/api/dev/ppp_content_decryptor_dev.idl
+++ b/ppapi/api/dev/ppp_content_decryptor_dev.idl
@@ -49,8 +49,7 @@ interface PPP_ContentDecryptor_Dev {
*/
PP_Bool Decrypt(
[in] PP_Instance instance,
- [in] PP_Resource encrypted_block, /* PPB_Buffer. */
- [in] PP_CompletionCallback callback);
+ [in] PP_DecryptionBuffer_Dev encrypted_buffer);
/**
* Decrypts the block then decodes it and returns the unencrypted raw

Powered by Google App Engine
This is Rietveld 408576698