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

Unified Diff: media/base/key_system_info.cc

Issue 1027363002: Change EmeInitDataType to be an enum class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/key_system_info.cc
diff --git a/media/base/key_system_info.cc b/media/base/key_system_info.cc
index b656f0f002b361aaae55b8feaf9639ffec51a669..c3869045d2737c2c58131800f03f4785a3537552 100644
--- a/media/base/key_system_info.cc
+++ b/media/base/key_system_info.cc
@@ -7,7 +7,7 @@
namespace media {
KeySystemInfo::KeySystemInfo()
- : supported_init_data_types(EME_INIT_DATA_TYPE_NONE),
+ : supported_init_data_types(kSupportedInitDataTypeNone),
supported_codecs(EME_CODEC_NONE),
persistent_license_support(EME_SESSION_TYPE_INVALID),
persistent_release_message_support(EME_SESSION_TYPE_INVALID),

Powered by Google App Engine
This is Rietveld 408576698