From cd8c07abac9b47c878af29ae4009bec51727a09a Mon Sep 17 00:00:00 2001 From: Philipp Zech Date: Thu, 23 Jul 2020 21:31:23 +0000 Subject: [PATCH] style: Convert writing-modes #defines to an enum class. Differential Revision: https://phabricator.services.mozilla.com/D84016 --- 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 37d86d62695..32f9819a42d 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -31,6 +31,7 @@ ${helpers.single_keyword( servo_2020_pref="layout.writing-mode.enabled", animation_value_type="none", spec="https://drafts.csswg.org/css-writing-modes/#propdef-writing-mode", + gecko_enum_prefix="StyleWritingModeProperty", servo_restyle_damage="rebuild_and_reflow", )}