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, |
|
Tom Finegan
2012/09/01 05:00:09
Changed this back to PP_Resource to avoid construc
|
| const PP_DecryptedBlockInfo& decrypted_block_info); |
| void DeliverFrame(pp::Buffer_Dev decrypted_frame, |
| const PP_DecryptedBlockInfo& decrypted_block_info); |