From 8a6230e5a23ae9185e8d4b2575feceeb85ee4c67 Mon Sep 17 00:00:00 2001 From: sharath Date: Mon, 24 Dec 2018 15:28:11 +0000 Subject: [PATCH] style: changes to implement enum class for #define NS_STYLE_COLOR_ADJUST. Differential Revision: https://phabricator.services.mozilla.com/D15284 --- components/style/properties/longhands/inherited_box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index 65d5727f11a..aaa6815179c 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -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",