Index: ppapi/api/private/pp_content_decryptor.idl |
diff --git a/ppapi/api/private/pp_content_decryptor.idl b/ppapi/api/private/pp_content_decryptor.idl |
index ee7a6317ae2e6152b14724eedc567632055d6be2..d456635570028cbbe7e0b2f6ea5e73f5addf490c 100644 |
--- a/ppapi/api/private/pp_content_decryptor.idl |
+++ b/ppapi/api/private/pp_content_decryptor.idl |
@@ -442,7 +442,9 @@ enum PP_CdmKeyStatus { |
PP_CDMKEYSTATUS_USABLE = 0, |
PP_CDMKEYSTATUS_INVALID = 1, |
PP_CDMKEYSTATUS_EXPIRED = 2, |
- PP_CDMKEYSTATUS_OUTPUTNOTALLOWED = 3 |
+ PP_CDMKEYSTATUS_OUTPUTNOTALLOWED = 3, |
+ PP_CDMKEYSTATUS_OUTPUTDOWNSCALED = 4, |
+ PP_CDMKEYSTATUS_STATUSPENDING = 5 |
}; |
/** |