Index: content/renderer/pepper/content_decryptor_delegate.cc |
diff --git a/content/renderer/pepper/content_decryptor_delegate.cc b/content/renderer/pepper/content_decryptor_delegate.cc |
index 63ab8184b73be76a3c49b4e0c9548a1a0be5086f..b3287b6682a06b925fbf02dabca7aefc8971738d 100644 |
--- a/content/renderer/pepper/content_decryptor_delegate.cc |
+++ b/content/renderer/pepper/content_decryptor_delegate.cc |
@@ -302,6 +302,10 @@ media::CdmKeyInformation::KeyStatus PpCdmKeyStatusToCdmKeyInformationKeyStatus( |
return media::CdmKeyInformation::EXPIRED; |
case PP_CDMKEYSTATUS_OUTPUTNOTALLOWED: |
return media::CdmKeyInformation::OUTPUT_NOT_ALLOWED; |
+ case PP_CDMKEYSTATUS_OUTPUTDOWNSCALED: |
+ return media::CdmKeyInformation::OUTPUT_DOWNSCALED; |
+ case PP_CDMKEYSTATUS_STATUSPENDING: |
+ return media::CdmKeyInformation::KEY_STATUS_PENDING; |
default: |
NOTREACHED(); |
return media::CdmKeyInformation::INTERNAL_ERROR; |