| Index: Source/core/animation/animatable/AnimatableLengthPoint.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthPoint.cpp b/Source/core/animation/animatable/AnimatableLengthPoint.cpp
|
| index 1f5b4373e19b0636d7c4c2919eec5d2b27ad85f9..72bd811fe1c740f369af00afd30d45234bd01459 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthPoint.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableLengthPoint.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthPoint::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableLengthPoint::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableLengthPoint* lengthPoint = toAnimatableLengthPoint(value);
|
| return AnimatableLengthPoint::create(
|
|
|