| Index: media/crypto/aes_decryptor.h
|
| diff --git a/media/crypto/aes_decryptor.h b/media/crypto/aes_decryptor.h
|
| index b91ccd48dae99a521aff37830703cd1f8f8ed8e9..9cac2f76535d9ba7d911657dfffd283ef553de7f 100644
|
| --- a/media/crypto/aes_decryptor.h
|
| +++ b/media/crypto/aes_decryptor.h
|
| @@ -44,9 +44,9 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys, public Decryptor {
|
| const std::string& session_id) OVERRIDE;
|
| virtual void CancelKeyRequest(const std::string& key_system,
|
| const std::string& session_id) OVERRIDE;
|
| + virtual Decryptor* GetDecryptor() OVERRIDE;
|
|
|
| // Decryptor implementation.
|
| - virtual MediaKeys* GetMediaKeys() OVERRIDE;
|
| virtual void RegisterNewKeyCB(StreamType stream_type,
|
| const NewKeyCB& key_added_cb) OVERRIDE;
|
| virtual void Decrypt(StreamType stream_type,
|
|
|