style: changes to implement enum class for #define NS_STYLE_COLOR_ADJUST.

Differential Revision: https://phabricator.services.mozilla.com/D15284
This commit is contained in:
sharath 2018-12-24 15:28:11 +00:00 committed by Emilio Cobos Álvarez
parent 7b444182fe
commit 8a6230e5a2

View file

@ -54,6 +54,7 @@ ${helpers.single_keyword(
${helpers.single_keyword(
"color-adjust",
"economy exact", products="gecko",
gecko_enum_prefix="StyleColorAdjust",
gecko_pref="layout.css.color-adjust.enabled",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-color/#propdef-color-adjust",