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

Unified Diff: webkit/media/crypto/ppapi/content_decryption_module.h

Issue 11189082: Update PluginInstance for audio support for content decryption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve comments. Created 8 years, 2 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: webkit/media/crypto/ppapi/content_decryption_module.h
diff --git a/webkit/media/crypto/ppapi/content_decryption_module.h b/webkit/media/crypto/ppapi/content_decryption_module.h
index 4fd2ed97690bc6e62b8a73f166583837656c91a0..6e3cee2e33dc9675493670ccb6c568f2cf1246d0 100644
--- a/webkit/media/crypto/ppapi/content_decryption_module.h
+++ b/webkit/media/crypto/ppapi/content_decryption_module.h
@@ -329,7 +329,7 @@ class ContentDecryptionModule {
// |<---------------- audio_frames ------------------>|
// | audio buffer 0 | audio buffer 1 | audio buffer 2 |
virtual Status DecryptAndDecodeSamples(const InputBuffer& encrypted_buffer,
- Buffer* audio_frames) = 0;
+ DecryptedBlock* audio_frames) = 0;
virtual ~ContentDecryptionModule() {}
};

Powered by Google App Engine
This is Rietveld 408576698