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

Unified Diff: ppapi/c/private/pp_content_decryptor.h

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 | « ppapi/api/private/pp_content_decryptor.idl ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/pp_content_decryptor.h
diff --git a/ppapi/c/private/pp_content_decryptor.h b/ppapi/c/private/pp_content_decryptor.h
index 6e03ed5be05515f4208ded9a10bfe60f2a238660..31d53ca0bcce5d1b1b0b80a5ac44ffe05bee258b 100644
--- a/ppapi/c/private/pp_content_decryptor.h
+++ b/ppapi/c/private/pp_content_decryptor.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/pp_content_decryptor.idl modified Wed Jan 7 18:40:14 2015. */
+/* From private/pp_content_decryptor.idl modified Fri Mar 13 14:53:18 2015. */
#ifndef PPAPI_C_PRIVATE_PP_CONTENT_DECRYPTOR_H_
#define PPAPI_C_PRIVATE_PP_CONTENT_DECRYPTOR_H_
@@ -491,7 +491,9 @@ typedef enum {
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
} PP_CdmKeyStatus;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_CdmKeyStatus, 4);
/**
« no previous file with comments | « ppapi/api/private/pp_content_decryptor.idl ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698