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

Unified Diff: third_party/WebKit/Source/core/svg/SVGRect.cpp

Issue 2390773004: reflow comments in core/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/svg/SVGRect.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGRect.cpp b/third_party/WebKit/Source/core/svg/SVGRect.cpp
index 59d09e49b66572a31d740c45478fba281d2a0791..3bec3fdff3e02cb85336a88cab36efbcafa3f528 100644
--- a/third_party/WebKit/Source/core/svg/SVGRect.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGRect.cpp
@@ -129,7 +129,8 @@ void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement,
float SVGRect::calculateDistance(SVGPropertyBase* to,
SVGElement* contextElement) {
- // FIXME: Distance calculation is not possible for SVGRect right now. We need the distance for every single value.
+ // FIXME: Distance calculation is not possible for SVGRect right now. We need
+ // the distance for every single value.
return -1;
}

Powered by Google App Engine
This is Rietveld 408576698