| Index: content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.cc b/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| index 7b2131b6354349ea5dfa8ec1a2a012d3e0f05bb0..22328798528389d6b0a02009ff53de398a99c426 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| @@ -65,4 +65,8 @@ media::Decryptor* WebContentDecryptionModuleImpl::GetDecryptor() {
|
| return adapter_->GetDecryptor();
|
| }
|
|
|
| +int WebContentDecryptionModuleImpl::GetCdmId() {
|
| + return adapter_->GetCdmId();
|
| +}
|
| +
|
| } // namespace content
|
|
|