| Index: media/base/eme_constants.h
|
| diff --git a/media/base/eme_constants.h b/media/base/eme_constants.h
|
| index ba49c7d6a72d9e3307f64449ee37d4821550ce00..55ba254802ad65ffc9cbde37960386b46e309714 100644
|
| --- a/media/base/eme_constants.h
|
| +++ b/media/base/eme_constants.h
|
| @@ -132,11 +132,11 @@
|
| // The configuration option prevents use of hardware-secure codecs.
|
| // This rule only has meaning on platforms that distinguish hardware-secure
|
| // codecs (ie. Android).
|
| - HW_SECURE_CODECS_NOT_ALLOWED,
|
| + SECURE_CODECS_NOT_ALLOWED,
|
| // The configuration option is supported if hardware-secure codecs are used.
|
| // This rule only has meaning on platforms that distinguish hardware-secure
|
| // codecs (ie. Android).
|
| - HW_SECURE_CODECS_REQUIRED,
|
| + SECURE_CODECS_REQUIRED,
|
| // The configuration option is supported without conditions.
|
| SUPPORTED,
|
| };
|
|
|