| Index: content/renderer/media/cdm_session_adapter.cc
|
| diff --git a/content/renderer/media/cdm_session_adapter.cc b/content/renderer/media/cdm_session_adapter.cc
|
| index b77cb3805dd58da15d8dd0097ba28b08925ae890..3c635cb7e5ee9e35344bbbe22ac9fb7b80583250 100644
|
| --- a/content/renderer/media/cdm_session_adapter.cc
|
| +++ b/content/renderer/media/cdm_session_adapter.cc
|
| @@ -92,6 +92,10 @@ media::Decryptor* CdmSessionAdapter::GetDecryptor() {
|
| return media_keys_->GetDecryptor();
|
| }
|
|
|
| +int CdmSessionAdapter::GetCdmId() {
|
| + return media_keys_->GetCdmId();
|
| +}
|
| +
|
| void CdmSessionAdapter::OnSessionCreated(uint32 session_id,
|
| const std::string& web_session_id) {
|
| WebContentDecryptionModuleSessionImpl* session = GetSession(session_id);
|
|
|