| Index: media/mojo/clients/mojo_cdm.h
|
| diff --git a/media/mojo/clients/mojo_cdm.h b/media/mojo/clients/mojo_cdm.h
|
| index d5c40ee39df1d07adf792590a3d12992057b02ff..71a03e0915544cbbf1c4d927f47794c25511dca8 100644
|
| --- a/media/mojo/clients/mojo_cdm.h
|
| +++ b/media/mojo/clients/mojo_cdm.h
|
| @@ -140,10 +140,10 @@ class MojoCdm : public MediaKeys,
|
| // be invalid if initialization succeeded.
|
| int cdm_id_;
|
|
|
| - // The DecryptorPtr exposed by the remote CDM. Set after initialization is
|
| - // completed and cleared after |decryptor_| is created. May be null after
|
| - // initialization if the CDM doesn't support a Decryptor.
|
| - mojom::DecryptorPtr decryptor_ptr_;
|
| + // The DecryptorPtrInfo exposed by the remote CDM. Set after initialization
|
| + // is completed and cleared after |decryptor_| is created. May be invalid
|
| + // after initialization if the CDM doesn't support a Decryptor.
|
| + mojom::DecryptorPtrInfo decryptor_ptr_info_;
|
|
|
| // Decryptor based on |decryptor_ptr_|, lazily created in GetDecryptor().
|
| // Since GetDecryptor() can be called on a different thread, use
|
|
|