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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.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/animatable/AnimatableLengthBoxAndBool.cpp
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
index 694502d0b131e45464bbeb95075e850fbf9e8367..d3e6634f9b58a1a204bef3a0a48eba665844868a 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
@@ -42,8 +42,9 @@ static bool sidesHaveSameUnits(const AnimatableValue* sideA,
return toAnimatableLength(sideA)->hasSameUnits(toAnimatableLength(sideB));
}
-// This is only used by *-image-slice properties which cannot interpolate between numbers and percentages.
-// Numbers are internally represented by pixels on the ComputedStyle so we must manually type check both sides.
+// This is only used by *-image-slice properties which cannot interpolate
+// between numbers and percentages. Numbers are internally represented by pixels
+// on the ComputedStyle so we must manually type check both sides.
bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(
const AnimatableValue* value) const {
const AnimatableLengthBoxAndBool* lengthBoxAndBool =

Powered by Google App Engine
This is Rietveld 408576698