Index: content/public/renderer/key_system_info.h |
diff --git a/content/public/renderer/key_system_info.h b/content/public/renderer/key_system_info.h |
index 8eb2e573c4806e7e4fb1284bbe7929155628450c..c68382937bcedf7aa3c7ff9be27387b592e9cf44 100644 |
--- a/content/public/renderer/key_system_info.h |
+++ b/content/public/renderer/key_system_info.h |
@@ -12,6 +12,7 @@ |
#include "base/containers/hash_tables.h" |
#include "content/common/content_export.h" |
#include "content/public/common/eme_codec.h" |
+#include "content/public/common/eme_init_data_type.h" |
// Definitions: |
// * Key system |
@@ -41,6 +42,9 @@ struct CONTENT_EXPORT KeySystemInfo { |
// Specifies codecs supported by |key_system|. |
SupportedCodecs supported_codecs; |
+ // Specifies registered initialization data types supported by |key_system|. |
+ SupportedInitDataTypes supported_init_data_types; |
+ |
// A hierarchical parent for |key_system|. This value can be used to check |
// supported types but cannot be used to instantiate a MediaKeys object. |
// Only one parent key system is currently supported per concrete key system. |