From 23b1d4d640d4e603bcb14c37e8516e063d94a013 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Sat, 21 Jul 2018 12:00:26 -0700 Subject: [PATCH] style: Convert NS_STYLE_COLUMN_FILL_* to an enum class. I put Balance as the first item in StyleColumnFill because it is the default value. Bug: 1477533 Reviewed-by: heycam MozReview-Commit-ID: A4DVMLL6XBa --- components/style/properties/longhands/column.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/column.mako.rs b/components/style/properties/longhands/column.mako.rs index 7a97c3f41e3..86c605a1c01 100644 --- a/components/style/properties/longhands/column.mako.rs +++ b/components/style/properties/longhands/column.mako.rs @@ -33,6 +33,7 @@ ${helpers.predefined_type( ${helpers.single_keyword("column-fill", "balance auto", extra_prefixes="moz", products="gecko", animation_value_type="discrete", + gecko_enum_prefix="StyleColumnFill", spec="https://drafts.csswg.org/css-multicol/#propdef-column-fill")} ${helpers.predefined_type("column-rule-width",