mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Convert NS_STYLE_MASK_MODE_* to enum class.
Differential Revision: https://phabricator.services.mozilla.com/D20063
This commit is contained in:
parent
73d5b82f9f
commit
85718c3b5a
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ ${helpers.predefined_type(
|
|||
${helpers.single_keyword(
|
||||
"mask-mode",
|
||||
"match-source alpha luminance",
|
||||
gecko_enum_prefix="StyleMaskMode",
|
||||
vector=True,
|
||||
products="gecko",
|
||||
animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue