| Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| index f25a1b0331d251145d6449cf35488e6d634fbc9f..641867982848db391d96d6f51a6ca32fe4e8f75c 100644
|
| --- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| +++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| @@ -22,6 +22,8 @@
|
| #define CLEAR_KEY_CDM_USE_FAKE_AUDIO_DECODER
|
| #endif
|
|
|
| +class GURL;
|
| +
|
| namespace media {
|
| class FileIOTestRunner;
|
| class CdmVideoDecoder;
|
| @@ -31,7 +33,7 @@ class FFmpegCdmAudioDecoder;
|
| // Clear key implementation of the cdm::ContentDecryptionModule interface.
|
| class ClearKeyCdm : public ClearKeyCdmInterface {
|
| public:
|
| - ClearKeyCdm(Host* host, const std::string& key_system);
|
| + ClearKeyCdm(Host* host, const std::string& key_system, const GURL& origin);
|
| ~ClearKeyCdm() override;
|
|
|
| // ContentDecryptionModule implementation.
|
|
|