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 9f60a6dd7a236c26e0d084235dcc433d7449fcb4..a952e0b0846c89615dd5c449cf2784f2ed233dca 100644 |
--- a/ppapi/api/private/pp_content_decryptor.idl |
+++ b/ppapi/api/private/pp_content_decryptor.idl |
@@ -454,7 +454,8 @@ enum PP_CdmKeyStatus { |
PP_CDMKEYSTATUS_EXPIRED = 2, |
PP_CDMKEYSTATUS_OUTPUTRESTRICTED = 3, |
PP_CDMKEYSTATUS_OUTPUTDOWNSCALED = 4, |
- PP_CDMKEYSTATUS_STATUSPENDING = 5 |
+ PP_CDMKEYSTATUS_STATUSPENDING = 5, |
+ PP_CDMKEYSTATUS_RELEASED = 6 |
}; |
/** |