Chromium Code Reviews| Index: content/renderer/media/crypto/ppapi_decryptor.h |
| diff --git a/content/renderer/media/crypto/ppapi_decryptor.h b/content/renderer/media/crypto/ppapi_decryptor.h |
| index c818fc804bde38dd9ba240d6dd7592ca45d854db..00f34ddeec5942388da3a975920984036470b980 100644 |
| --- a/content/renderer/media/crypto/ppapi_decryptor.h |
| +++ b/content/renderer/media/crypto/ppapi_decryptor.h |
| @@ -24,6 +24,10 @@ namespace base { |
| class MessageLoopProxy; |
| } |
| +namespace media { |
| +struct CdmConfig; |
|
ddorwin
2015/05/13 06:03:20
not used?
sandersd (OOO until July 31)
2015/05/13 18:17:14
Done. (Detritus from the first attempt that passed
|
| +} // namespace media |
| + |
| namespace content { |
| class ContentDecryptorDelegate; |
| class PepperPluginInstanceImpl; |
| @@ -37,9 +41,9 @@ class PpapiDecryptor : public media::MediaKeys, |
| public: |
| static void Create( |
| const std::string& key_system, |
| + const GURL& security_origin, |
| bool allow_distinctive_identifier, |
| bool allow_persistent_state, |
| - const GURL& security_origin, |
| const CreatePepperCdmCB& create_pepper_cdm_cb, |
| const media::SessionMessageCB& session_message_cb, |
| const media::SessionClosedCB& session_closed_cb, |