mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: use Enum class for NS_STYLE_SHAPE_RENDERING instead of #define.
Differential Revision: https://phabricator.services.mozilla.com/D53840
This commit is contained in:
parent
d7167cec58
commit
fe93be82d2
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ ${helpers.single_keyword(
|
|||
engines="gecko",
|
||||
animation_value_type="discrete",
|
||||
spec="https://www.w3.org/TR/SVG11/painting.html#ShapeRenderingProperty",
|
||||
gecko_enum_prefix = "StyleShapeRendering",
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue