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
This commit is contained in:
Ting-Yu Lin 2018-07-21 12:00:26 -07:00 committed by Emilio Cobos Álvarez
parent 9f5237b87c
commit 23b1d4d640
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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",