Auto merge of #16725 - nox:moz-osx-font-smoothing, r=Wafflespeanut

Implement -moz-osx-font-smoothing

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16725)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-04 07:42:43 -05:00 committed by GitHub
commit 36f26148e6

View file

@ -2429,3 +2429,12 @@ ${helpers.single_keyword("-moz-math-variant",
}
}
% endif
${helpers.single_keyword("-moz-osx-font-smoothing",
"auto grayscale",
gecko_constant_prefix="NS_FONT_SMOOTHING",
gecko_ffi_name="mFont.smoothing",
products="gecko",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth)",
animation_value_type="none",
need_clone=True)}