| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index ac44541a2906a9b035de663aaf8749efa10999c2..bf6cf0f65b1ca1d91b4ba50a03bd150a9ae7c626 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -364,7 +364,7 @@ speak inherited
|
| stop-color interpolable, svg, converter=convertColor
|
| stop-opacity interpolable, svg, converter=convertNumberOrPercentage
|
| stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all
|
| -stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
|
| +stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray, api_class
|
| stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertLength
|
| stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
|
| stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
|
|
|