From 22509ac3d03e287be18fc6244601f829e6197802 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Tue, 26 Nov 2019 04:50:04 +0000 Subject: [PATCH] style: convert NS_STYLE_TEXT_ORIENTATION_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D54252 --- components/style/properties/longhands/inherited_box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index 8db62bf56d6..2542ee5e376 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -51,6 +51,7 @@ ${helpers.single_keyword( "mixed upright sideways", engines="gecko", gecko_aliases="sideways-right=sideways", + gecko_enum_prefix="StyleTextOrientation", animation_value_type="none", spec="https://drafts.csswg.org/css-writing-modes/#propdef-text-orientation", )}