| Index: media/crypto/aes_decryptor.h
|
| diff --git a/media/crypto/aes_decryptor.h b/media/crypto/aes_decryptor.h
|
| index d628560b186479fcf5d3c9ef32e330969039c680..e838bdf95652d34ba3bfc750dc152bfb4ed58971 100644
|
| --- a/media/crypto/aes_decryptor.h
|
| +++ b/media/crypto/aes_decryptor.h
|
| @@ -41,9 +41,9 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys, public 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;
|
|
|
| // Decryptor implementation.
|
| - virtual MediaKeys* GetMediaKeys() OVERRIDE;
|
| virtual void RegisterNewKeyCB(StreamType stream_type,
|
| const NewKeyCB& key_added_cb) OVERRIDE;
|
| virtual void Decrypt(StreamType stream_type,
|
|
|