Bug 1414147 - Move fontSmoothingBackgroundColor from nsStyleUserInterface to nsFont, stylo changes.

This commit is contained in:
Markus Stange 2017-11-03 00:24:29 -04:00
parent 0f5325d0a7
commit c439475b66
3 changed files with 33 additions and 36 deletions

File diff suppressed because one or more lines are too long

View file

@ -2178,6 +2178,15 @@ ${helpers.single_keyword("-moz-osx-font-smoothing",
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER", flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
animation_value_type="discrete")} animation_value_type="discrete")}
${helpers.predefined_type("-moz-font-smoothing-background-color",
"RGBAColor",
"RGBA::transparent()",
animation_value_type="AnimatedRGBA",
products="gecko",
gecko_ffi_name="mFont.fontSmoothingBackgroundColor",
internal=True,
spec="None (Nonstandard internal property)")}
${helpers.predefined_type("-moz-min-font-size-ratio", ${helpers.predefined_type("-moz-min-font-size-ratio",
"Percentage", "Percentage",
"computed::Percentage::hundred()", "computed::Percentage::hundred()",

View file

@ -181,14 +181,3 @@ ${helpers.predefined_type(
ignored_when_colors_disabled=True, ignored_when_colors_disabled=True,
products="gecko", products="gecko",
)} )}
${helpers.predefined_type(
"-moz-font-smoothing-background-color",
"RGBAColor",
"RGBA::transparent()",
animation_value_type="AnimatedRGBA",
products="gecko",
gecko_ffi_name="mFontSmoothingBackgroundColor",
internal=True,
spec="None (Nonstandard internal property)"
)}