Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp

Issue 2392443009: reflow comments in core/paint (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGRootPainter.h ('k') | third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698