| Index: content/renderer/media/crypto/content_decryption_module_factory.h
|
| diff --git a/content/renderer/media/crypto/content_decryption_module_factory.h b/content/renderer/media/crypto/content_decryption_module_factory.h
|
| index 418c5e561d85942d8681f40581e6a1977dc40165..df3f34e20c80ebabfb5e4b5d59edf52117caff6b 100644
|
| --- a/content/renderer/media/crypto/content_decryption_module_factory.h
|
| +++ b/content/renderer/media/crypto/content_decryption_module_factory.h
|
| @@ -30,8 +30,8 @@ class ContentDecryptionModuleFactory {
|
| const CreatePepperCdmCB& create_pepper_cdm_cb,
|
| #elif defined(OS_ANDROID)
|
| RendererMediaPlayerManager* manager,
|
| - int cdm_id,
|
| const GURL& frame_url,
|
| + int* cdm_id, // Output parameter indicating the CDM ID of the MediaKeys.
|
| #endif // defined(ENABLE_PEPPER_CDMS)
|
| const media::SessionCreatedCB& session_created_cb,
|
| const media::SessionMessageCB& session_message_cb,
|
|
|