| Index: media/mojo/services/mojo_cdm_service.h
|
| diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
|
| index 892001f792cb4d111ca474a7210a0e2d07470112..737acc46c4c95e6d07fbccbfac8f035c119ddcd4 100644
|
| --- a/media/mojo/services/mojo_cdm_service.h
|
| +++ b/media/mojo/services/mojo_cdm_service.h
|
| @@ -106,6 +106,8 @@ class MEDIA_MOJO_EXPORT MojoCdmService
|
| CdmFactory* cdm_factory_;
|
| scoped_refptr<::media::ContentDecryptionModule> cdm_;
|
|
|
| + // MojoDecryptorService is passed the Decryptor from |cdm_|, so
|
| + // |decryptor_| must not outlive |cdm_|.
|
| std::unique_ptr<MojoDecryptorService> decryptor_;
|
|
|
| // Set to a valid CDM ID if the |cdm_| is successfully created.
|
|
|