Index: content/renderer/media/crypto/encrypted_media_player_support_impl.cc |
diff --git a/content/renderer/media/crypto/encrypted_media_player_support_impl.cc b/content/renderer/media/crypto/encrypted_media_player_support_impl.cc |
index aaa99c8ff418baa85187675cc8925dd574743235..6f92ad138467ee30175d611a6c84440408e6c623 100644 |
--- a/content/renderer/media/crypto/encrypted_media_player_support_impl.cc |
+++ b/content/renderer/media/crypto/encrypted_media_player_support_impl.cc |
@@ -180,11 +180,11 @@ EncryptedMediaPlayerSupportImpl::GenerateKeyRequestInternal( |
GURL security_origin(frame->document().securityOrigin().toString()); |
- RenderCdmFactory cdm_factory( |
+ RenderCdmFactory cdm_factory |
#if defined(ENABLE_PEPPER_CDMS) |
- base::Bind(&PepperCdmWrapperImpl::Create, frame) |
+ (base::Bind(&PepperCdmWrapperImpl::Create, frame)) |
jamesr
2014/10/21 00:43:38
at this point sharing the variable declaration isn
gunsch
2014/10/21 00:50:28
Done.
|
#endif |
- ); |
+ ; |
if (!proxy_decryptor_->InitializeCDM(&cdm_factory, key_system, |
security_origin)) { |