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

Unified Diff: third_party/WebKit/Source/core/paint/SVGRootPainter.h

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/SVGRootPainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.h b/third_party/WebKit/Source/core/paint/SVGRootPainter.h
index db4d6dbad69bd1028a2a5947dc27de8f8bb6548d..4f91433263f1203b566480034cbcbb8cecb72063 100644
--- a/third_party/WebKit/Source/core/paint/SVGRootPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.h
@@ -24,9 +24,10 @@ class SVGRootPainter {
void paintReplaced(const PaintInfo&, const LayoutPoint&);
- // The embedded SVG document uses an unsnapped viewport box for layout, while SVG root's border
- // box ultimately gets snapped during paint. This translate/scale transform is applied to
- // compensate the difference, in addition to applying the local to border box transform.
+ // The embedded SVG document uses an unsnapped viewport box for layout, while
+ // SVG root's border box ultimately gets snapped during paint. This
+ // translate/scale transform is applied to compensate the difference, in
+ // addition to applying the local to border box transform.
AffineTransform transformToPixelSnappedBorderBox(
const LayoutPoint& paintOffset) const;
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGPaintContext.cpp ('k') | third_party/WebKit/Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698