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 bd58c5e7aa94985c6c157e14025812964bc90512..fcf37fccb3d9995d511262116eec5df4b9acbf4c 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
@@ -101,7 +101,8 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo) { |
stateSaver)) |
return; |
- // Non-scaling stroke needs to reset the transform back to the host transform. |
+ // Non-scaling stroke needs to reset the transform back to the |
+ // host transform. |
additionalPaintServerTransform = &nonScalingTransform; |
} |