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

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: Refactored... quite a bit. Sorry for rebase noise on top of everything else! Created 8 years, 3 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,
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);
« no previous file with comments | « no previous file | ppapi/cpp/private/content_decryptor_private.cc » ('j') | webkit/media/crypto/ppapi/cdm_wrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698