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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp

Issue 2400783002: Reformat comments in core/layout/svg (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/layout/svg/LayoutSVGModelObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
index 82b9e3af97aee0ee3c5e64384f36ab64d91244c4..dd9718f56c341bcf7a93081e0ac3a5b3ff68653a 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
@@ -147,8 +147,9 @@ bool LayoutSVGModelObject::nodeAtPoint(HitTestResult&,
return false;
}
-// The SVG addOutlineRects() method adds rects in local coordinates so the default absoluteElementBoundingBoxRect()
-// returns incorrect values for SVG objects. Overriding this method provides access to the absolute bounds.
+// The SVG addOutlineRects() method adds rects in local coordinates so the
+// default absoluteElementBoundingBoxRect() returns incorrect values for SVG
+// objects. Overriding this method provides access to the absolute bounds.
IntRect LayoutSVGModelObject::absoluteElementBoundingBoxRect() const {
return localToAbsoluteQuad(
FloatQuad(paintInvalidationRectInLocalSVGCoordinates()))

Powered by Google App Engine
This is Rietveld 408576698