mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Convert mask-type #defines to an enum class.
Differential Revision: https://phabricator.services.mozilla.com/D60987
This commit is contained in:
parent
13d12d0d5f
commit
c447395c66
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ ${helpers.single_keyword(
|
||||||
"mask-type",
|
"mask-type",
|
||||||
"luminance alpha",
|
"luminance alpha",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
|
gecko_enum_prefix="StyleMaskType",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-type",
|
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-type",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue