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:
Asfiya 2019-02-19 17:01:59 +00:00 committed by Emilio Cobos Álvarez
parent 85718c3b5a
commit 6428ed726d

View file

@ -75,6 +75,7 @@ ${helpers.single_keyword(
extra_prefixes="webkit",
animation_value_type="discrete",
servo_restyle_damage = "reflow",
gecko_enum_prefix = "StyleFlexDirection",
)}
${helpers.single_keyword(