From 07027fc9239f8d4eb74e9079efd69b1cbdc519db Mon Sep 17 00:00:00 2001 From: Thomas Dolezal Date: Fri, 7 Feb 2020 12:35:30 +0000 Subject: [PATCH] style: style: convert ns style position defines to enum class. Differential Revision: https://phabricator.services.mozilla.com/D61958 --- components/style/properties/longhands/box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index 18772fa0164..90c8dc539d8 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -47,6 +47,7 @@ ${helpers.single_keyword( values="static absolute relative fixed ${'sticky' if engine in ['gecko', 'servo-2013'] else ''}" engines="gecko servo-2013 servo-2020" animation_value_type="discrete" + gecko_enum_prefix="StylePositionProperty" flags="CREATES_STACKING_CONTEXT ABSPOS_CB" spec="https://drafts.csswg.org/css-position/#position-property" servo_restyle_damage="rebuild_and_reflow"