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

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

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) 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/SVGLengthList.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
index 6c7bcfada2dea4fc1eafc0f4329f928a207586e6..238b63c1ac1e4dd2e8e5bc7083c04fdf5b8afd9a 100644
--- a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
@@ -169,7 +169,8 @@ void SVGLengthList::calculateAnimatedValue(
}
float SVGLengthList::calculateDistance(SVGPropertyBase* to, SVGElement*) {
- // FIXME: Distance calculation is not possible for SVGLengthList right now. We need the distance for every single value.
+ // FIXME: Distance calculation is not possible for SVGLengthList right now. We
+ // need the distance for every single value.
return -1;
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGLengthContext.cpp ('k') | third_party/WebKit/Source/core/svg/SVGLengthTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698