mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Replace #define NS_STYLE_FLEX_WRAP with enum class.
Differential Revision: https://phabricator.services.mozilla.com/D48166
This commit is contained in:
parent
1c1437df59
commit
38e5897353
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ ${helpers.single_keyword(
|
||||||
extra_prefixes="webkit",
|
extra_prefixes="webkit",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
servo_restyle_damage = "reflow",
|
servo_restyle_damage = "reflow",
|
||||||
|
gecko_enum_prefix = "StyleFlexWrap",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
% if engine == "servo-2013":
|
% if engine == "servo-2013":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue