mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Change Text Rendering constants to enum classes in nsStyleConsts.h.
Differential Revision: https://phabricator.services.mozilla.com/D12839
This commit is contained in:
parent
dca315e648
commit
67414f4002
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue