mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
parent
5cc43940ad
commit
24f21f375a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ${helpers.single_keyword(
|
||||||
"-moz-text-size-adjust",
|
"-moz-text-size-adjust",
|
||||||
"auto none",
|
"auto none",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
gecko_constant_prefix="NS_STYLE_TEXT_SIZE_ADJUST",
|
gecko_enum_prefix="StyleTextSizeAdjust",
|
||||||
gecko_ffi_name="mTextSizeAdjust",
|
gecko_ffi_name="mTextSizeAdjust",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-size-adjust/#adjustment-control",
|
spec="https://drafts.csswg.org/css-size-adjust/#adjustment-control",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue