Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: ppapi/api/private/pp_content_decryptor.idl

Issue 1005213002: Add missing CdmKeyInformation enum values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename enum for Windows Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cdm/ppapi/external_clear_key/clear_key_cdm.cc ('k') | ppapi/c/private/pp_content_decryptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
/**
« no previous file with comments | « media/cdm/ppapi/external_clear_key/clear_key_cdm.cc ('k') | ppapi/c/private/pp_content_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698