| 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 2363b4db15e64e3be20ab187bb59ab972f0a116e..b2680ee924f110eb4067e18d9dca4b7027f4a27b 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -45,11 +45,11 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| cdm::DecryptedBlock* decrypted_block) OVERRIDE;
|
| virtual cdm::Status InitializeVideoDecoder(
|
| const cdm::VideoDecoderConfig& video_decoder_config) OVERRIDE;
|
| + virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
| + virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
| virtual cdm::Status DecryptAndDecodeFrame(
|
| const cdm::InputBuffer& encrypted_buffer,
|
| cdm::VideoFrame* video_frame) OVERRIDE;
|
| - virtual void ResetVideoDecoder() OVERRIDE;
|
| - virtual void StopVideoDecoder() OVERRIDE;
|
|
|
| private:
|
| class Client : public media::DecryptorClient {
|
|
|