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

Unified Diff: ppapi/api/dev/ppb_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/ppb_content_decryptor_dev.idl
diff --git a/ppapi/api/dev/ppb_content_decryptor_dev.idl b/ppapi/api/dev/ppb_content_decryptor_dev.idl
index e19dc9c8bbce8352a1c46d016e503a5afc8b9985..17ad380672459779ae027356e5f84436f42b048d 100644
--- a/ppapi/api/dev/ppb_content_decryptor_dev.idl
+++ b/ppapi/api/dev/ppb_content_decryptor_dev.idl
@@ -71,7 +71,7 @@ interface PPB_ContentDecryptor_Dev {
void DeliverBlock(
[in] PP_Instance instance,
[in] PP_Resource decrypted_block, /* PPB_Buffer. */
- [in] PP_CompletionCallback callback);
+ [in] uint32_t id);
/**
* Called after the <code>DecryptAndDecode</code> method on the

Powered by Google App Engine
This is Rietveld 408576698