style: convert NS_STYLE_TEXT_SIZE_ADJUST_* to an enum class in nsStyleConsts.h

Differential Revision: https://phabricator.services.mozilla.com/D55382
This commit is contained in:
jeffin143 2019-12-02 05:09:33 +00:00 committed by Emilio Cobos Álvarez
parent 5cc43940ad
commit 24f21f375a
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -53,7 +53,7 @@ ${helpers.single_keyword(
"-moz-text-size-adjust",
"auto none",
engines="gecko",
gecko_constant_prefix="NS_STYLE_TEXT_SIZE_ADJUST",
gecko_enum_prefix="StyleTextSizeAdjust",
gecko_ffi_name="mTextSizeAdjust",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-size-adjust/#adjustment-control",