Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
index 0aa79008517e35b200c56080a3e6c76bdbf7eb3b..28bbdec3b2a18ab5e5906382e5c00e8bb3a5d5d1 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
@@ -93,7 +93,7 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo) |
strokePaint.setAntiAlias(shouldAntiAlias); |
StrokeData strokeData; |
- SVGLayoutSupport::applyStrokeStyleToStrokeData(strokeData, m_layoutSVGShape.styleRef(), m_layoutSVGShape); |
+ SVGLayoutSupport::applyStrokeStyleToStrokeData(strokeData, m_layoutSVGShape.styleRef(), m_layoutSVGShape, m_layoutSVGShape.dashScaleFactor()); |
strokeData.setupPaint(&strokePaint); |
strokeShape(paintContext.paintInfo().context, strokePaint); |