mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Convert NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h
Converted the #define variable NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h and made changes in other files that access it Differential Revision: https://phabricator.services.mozilla.com/D20291
This commit is contained in:
parent
85718c3b5a
commit
6428ed726d
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,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 = "StyleFlexDirection",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue