| Index: media/blink/webcontentdecryptionmodulesession_impl.cc
|
| diff --git a/media/blink/webcontentdecryptionmodulesession_impl.cc b/media/blink/webcontentdecryptionmodulesession_impl.cc
|
| index 786acf277c5fb2c9714ae300cabed77532a6e9a0..0c4852b1307511ccf03cc84de15b7945072969b6 100644
|
| --- a/media/blink/webcontentdecryptionmodulesession_impl.cc
|
| +++ b/media/blink/webcontentdecryptionmodulesession_impl.cc
|
| @@ -76,6 +76,8 @@ static blink::WebEncryptedMediaKeyInformation::KeyStatus convertStatus(
|
| OutputDownscaled;
|
| case media::CdmKeyInformation::KEY_STATUS_PENDING:
|
| return blink::WebEncryptedMediaKeyInformation::KeyStatus::StatusPending;
|
| + case media::CdmKeyInformation::RELEASED:
|
| + return blink::WebEncryptedMediaKeyInformation::KeyStatus::Released;
|
| }
|
|
|
| NOTREACHED();
|
|
|