| 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 2d3e102037011fb60fd4e88e4516674aef2f1f0b..d1455500d56e335e370514a4d7dcfb028e70d650 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -47,8 +47,8 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| virtual cdm::Status DecryptAndDecodeFrame(
|
| const cdm::InputBuffer& encrypted_buffer,
|
| cdm::VideoFrame* video_frame) OVERRIDE;
|
| - virtual void ResetVideoDecoder() OVERRIDE;
|
| - virtual void StopVideoDecoder() OVERRIDE;
|
| + virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
| + virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
|
|
| private:
|
| class Client : public media::DecryptorClient {
|
|
|