Chromium Code Reviews| 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; |
|
xhwang
2012/10/21 19:05:06
Need this change because cdm::Buffer doesn't suppo
|
| virtual ~ContentDecryptionModule() {} |
| }; |