Chromium Code Reviews| Index: ppapi/cpp/private/content_decryptor_private.h |
| diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h |
| index e666a7268df288eebea1ac118a82c7fcb8b7d33d..361118cfdeabebea177868876e017bd83956ec15 100644 |
| --- a/ppapi/cpp/private/content_decryptor_private.h |
| +++ b/ppapi/cpp/private/content_decryptor_private.h |
| @@ -55,7 +55,7 @@ class ContentDecryptor_Private { |
| const std::string& session_id, |
| int32_t media_error, |
| int32_t system_code); |
| - void DeliverBlock(pp::Buffer_Dev decrypted_block, |
| + void DeliverBlock(PP_Resource decrypted_block, |
|
dmichael (off chromium)
2012/09/07 16:43:43
What's the benefit to this part of the change? I'd
Tom Finegan
2012/09/08 01:02:47
Changed it back; the above was done before I had m
|
| const PP_DecryptedBlockInfo& decrypted_block_info); |
| void DeliverFrame(pp::Buffer_Dev decrypted_frame, |
| const PP_DecryptedBlockInfo& decrypted_block_info); |