style: Convert mask-type #defines to an enum class.

Differential Revision: https://phabricator.services.mozilla.com/D60987
This commit is contained in:
Martin McNickle 2020-01-27 14:59:41 +00:00 committed by Emilio Cobos Álvarez
parent 13d12d0d5f
commit c447395c66
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -69,6 +69,7 @@ ${helpers.single_keyword(
"mask-type",
"luminance alpha",
engines="gecko",
gecko_enum_prefix="StyleMaskType",
animation_value_type="discrete",
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-type",
)}