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

Unified Diff: ppapi/cpp/private/content_decryptor_private.h

Issue 10914028: Add CDM allocator interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: It works, and this removes a copy in Decrypt/DeliverBlock. 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/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);
« no previous file with comments | « no previous file | ppapi/cpp/private/content_decryptor_private.cc » ('j') | webkit/media/crypto/ppapi/cdm_allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698