| Index: webkit/renderer/media/crypto/ppapi_decryptor.h
|
| diff --git a/webkit/renderer/media/crypto/ppapi_decryptor.h b/webkit/renderer/media/crypto/ppapi_decryptor.h
|
| index 30c96988c5e5ecd0e613e0c8fef5cf6c72e07153..6a360f47797a6fe0773c0b4d4335c83bcb2f781f 100644
|
| --- a/webkit/renderer/media/crypto/ppapi_decryptor.h
|
| +++ b/webkit/renderer/media/crypto/ppapi_decryptor.h
|
| @@ -51,9 +51,9 @@ class PpapiDecryptor : public media::MediaKeys, public media::Decryptor {
|
| const uint8* init_data, int init_data_length,
|
| const std::string& session_id) OVERRIDE;
|
| virtual void CancelKeyRequest(const std::string& session_id) OVERRIDE;
|
| + virtual Decryptor* GetDecryptor() OVERRIDE;
|
|
|
| // media::Decryptor implementation.
|
| - virtual media::MediaKeys* GetMediaKeys() OVERRIDE;
|
| virtual void RegisterNewKeyCB(StreamType stream_type,
|
| const NewKeyCB& key_added_cb) OVERRIDE;
|
| virtual void Decrypt(StreamType stream_type,
|
|
|