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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h

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/SVGMarkerData.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
index 62dc2cbd9ea6984503c25786cde6839980032c63..95560159e17d36e28c438ebc6da7ec76609d04b2 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
@@ -96,7 +96,8 @@ class SVGMarkerData {
private:
float currentAngle(SVGMarkerType type) const {
- // For details of this calculation, see: http://www.w3.org/TR/SVG/single-page.html#painting-MarkerElement
+ // For details of this calculation, see:
+ // http://www.w3.org/TR/SVG/single-page.html#painting-MarkerElement
FloatPoint inSlope(m_inslopePoints[1] - m_inslopePoints[0]);
FloatPoint outSlope(m_outslopePoints[1] - m_outslopePoints[0]);

Powered by Google App Engine
This is Rietveld 408576698