| Index: webkit/media/crypto/ppapi/clear_key_cdm.h
|
| diff --git a/webkit/media/crypto/ppapi/clear_key_cdm.h b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| index e490b9554c705f9bb7b5ea6217376ff6a94cab1f..09bc01b7ce353ce7b73c8b9293fda2bb4ef0e6ea 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -64,7 +64,7 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| cdm::VideoFrame* video_frame) OVERRIDE;
|
| virtual cdm::Status DecryptAndDecodeSamples(
|
| const cdm::InputBuffer& encrypted_buffer,
|
| - cdm::Buffer* sample_buffer) OVERRIDE;
|
| + cdm::AudioFrames* audio_frames) OVERRIDE;
|
|
|
| private:
|
| class Client : public media::DecryptorClient {
|
|
|