| 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 2a67741e800f2857ccad09427591e7271d796a99..2d3e102037011fb60fd4e88e4516674aef2f1f0b 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -44,7 +44,7 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| cdm::DecryptedBlock* decrypted_block) OVERRIDE;
|
| virtual cdm::Status InitializeVideoDecoder(
|
| const cdm::VideoDecoderConfig& video_decoder_config) OVERRIDE;
|
| - virtual cdm::Status DecryptAndDecodeVideo(
|
| + virtual cdm::Status DecryptAndDecodeFrame(
|
| const cdm::InputBuffer& encrypted_buffer,
|
| cdm::VideoFrame* video_frame) OVERRIDE;
|
| virtual void ResetVideoDecoder() OVERRIDE;
|
|
|