Index: media/blink/webcontentdecryptionmodulesession_impl.cc |
diff --git a/media/blink/webcontentdecryptionmodulesession_impl.cc b/media/blink/webcontentdecryptionmodulesession_impl.cc |
index e458c55cc7549255f25b6d8984958cb35f385842..a0b13a7f45d68f609508851a54ea1f97d45bbd45 100644 |
--- a/media/blink/webcontentdecryptionmodulesession_impl.cc |
+++ b/media/blink/webcontentdecryptionmodulesession_impl.cc |
@@ -62,6 +62,11 @@ static blink::WebEncryptedMediaKeyInformation::KeyStatus convertStatus( |
case media::CdmKeyInformation::OUTPUT_NOT_ALLOWED: |
return blink::WebEncryptedMediaKeyInformation::KeyStatus:: |
OutputNotAllowed; |
+ case media::CdmKeyInformation::OUTPUT_DOWNSCALED: |
+ return blink::WebEncryptedMediaKeyInformation::KeyStatus:: |
+ OutputDownscaled; |
+ case media::CdmKeyInformation::KEY_STATUS_PENDING: |
+ return blink::WebEncryptedMediaKeyInformation::KeyStatus::StatusPending; |
} |
NOTREACHED(); |