| 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
|
|
|