From 41ae92e04543ff2ab831dddcaf77a2f08369231e Mon Sep 17 00:00:00 2001 From: Thomas Dolezal Date: Thu, 30 Jan 2020 04:34:32 +0100 Subject: [PATCH] style: Convert image-rendering #defines to an enum class. MANUAL PUSH: Contributor didn't use Phabricator and I don't want patch to rot --- 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 e7715431b5e..e8f3a0a45d9 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -78,6 +78,7 @@ ${helpers.single_keyword( extra_servo_2013_values="pixelated", extra_servo_2020_values="pixelated", gecko_aliases="-moz-crisp-edges=crisp-edges", + gecko_enum_prefix="StyleImageRendering", animation_value_type="discrete", spec="https://drafts.csswg.org/css-images/#propdef-image-rendering", )}