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

Unified Diff: third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp

Issue 2384263003: Reflow comments in core/animation and subdirs (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/animation/SVGLengthInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
index bb85d658d5e61d622caed25a16028fd36169a8a7..0a55618dc156ac6d8593280a8ca7fa7e9080324f 100644
--- a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
@@ -67,7 +67,8 @@ SVGLength* SVGLengthInterpolationType::resolveInterpolableSVGLength(
value = 0;
unitType = CSSPrimitiveValue::UnitType::UserUnits;
- // SVGLength does not support calc expressions, so we convert to canonical units.
+ // SVGLength does not support calc expressions, so we convert to canonical
+ // units.
for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) {
double entry = toInterpolableNumber(listOfValues.get(i))->value();
if (entry)

Powered by Google App Engine
This is Rietveld 408576698