| 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 =
|
|
|