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

Unified Diff: media/base/eme_constants.h

Issue 2425663003: media: Use native CDM enum types in media mojo interfaces (Closed)
Patch Set: media: Use native CDM enum types in media mojo interfaces Created 4 years, 2 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 | « content/common/media/cdm_messages_enums.h ('k') | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/eme_constants.h
diff --git a/media/base/eme_constants.h b/media/base/eme_constants.h
index 51b117f4a620ae6d8037f22a1ec71f7ec211bf06..f558dd5fd22b09176719f3890913b04e424cefcc 100644
--- a/media/base/eme_constants.h
+++ b/media/base/eme_constants.h
@@ -18,7 +18,8 @@ enum class EmeInitDataType {
UNKNOWN,
WEBM,
CENC,
- KEYIDS
+ KEYIDS,
+ EME_INIT_DATA_TYPE_MAX = KEYIDS
dcheng 2016/10/17 23:05:22 Nit: MAX here should be good enough? UNless it's c
xhwang 2016/10/17 23:22:18 I didn't try it since I don't always have a window
dcheng 2016/10/17 23:26:02 Our default build config sets NOMINMAX: https://cs
};
// Defines bitmask values that specify codecs used in Encrypted Media Extension
« no previous file with comments | « content/common/media/cdm_messages_enums.h ('k') | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698