style: Change Text Rendering constants to enum classes in nsStyleConsts.h.

Differential Revision: https://phabricator.services.mozilla.com/D12839
This commit is contained in:
Shubham Kumaram 2018-11-30 05:08:46 +00:00 committed by Emilio Cobos Álvarez
parent dca315e648
commit 67414f4002

View file

@ -337,6 +337,7 @@ ${helpers.single_keyword(
${helpers.single_keyword(
"text-rendering",
"auto optimizespeed optimizelegibility geometricprecision",
gecko_enum_prefix="StyleTextRendering",
animation_value_type="discrete",
spec="https://www.w3.org/TR/SVG11/painting.html#TextRenderingProperty",
servo_restyle_damage="rebuild_and_reflow",