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

Unified Diff: media/base/cdm_key_information.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
Index: media/base/cdm_key_information.h
diff --git a/media/base/cdm_key_information.h b/media/base/cdm_key_information.h
index 8abec1d2c7bcfe428f1c5bcb65b2b597177f304d..4f9d8e08db7963357eb8e8c48174bd5518ed2327 100644
--- a/media/base/cdm_key_information.h
+++ b/media/base/cdm_key_information.h
@@ -19,7 +19,9 @@ struct MEDIA_EXPORT CdmKeyInformation {
INTERNAL_ERROR = 1,
EXPIRED = 2,
OUTPUT_NOT_ALLOWED = 3,
- KEY_STATUS_MAX = OUTPUT_NOT_ALLOWED
+ OUTPUT_DOWNSCALED = 4,
+ KEY_STATUS_PENDING = 5,
+ KEY_STATUS_MAX = KEY_STATUS_PENDING
};
CdmKeyInformation();
« no previous file with comments | « content/renderer/pepper/content_decryptor_delegate.cc ('k') | media/blink/webcontentdecryptionmodulesession_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698