From 67414f40026f1e83a7f88b7b7bf717ac721516f7 Mon Sep 17 00:00:00 2001 From: Shubham Kumaram Date: Fri, 30 Nov 2018 05:08:46 +0000 Subject: [PATCH] style: Change Text Rendering constants to enum classes in nsStyleConsts.h. Differential Revision: https://phabricator.services.mozilla.com/D12839 --- components/style/properties/longhands/inherited_text.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index a5bbe5ac72d..f751b29ae68 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -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",