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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.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/LayoutSVGPath.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
index 33f8e3d4060d6d2f3dc359818a89372814e8a1e9..a11a7fa92fce999ef9ed63f938d72a32a4bb369e 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
@@ -53,7 +53,8 @@ FloatRect LayoutSVGPath::hitTestStrokeBoundingBox() const {
if (svgStyle.hasStroke())
return m_strokeBoundingBox;
- // Implementation of http://dev.w3.org/fxtf/css-masking-1/#compute-stroke-bounding-box
+ // Implementation of
+ // http://dev.w3.org/fxtf/css-masking-1/#compute-stroke-bounding-box
// except that we ignore whether the stroke is none.
FloatRect box = m_fillBoundingBox;

Powered by Google App Engine
This is Rietveld 408576698