| Index: Source/core/animation/animatable/AnimatableShapeValue.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableShapeValue.cpp b/Source/core/animation/animatable/AnimatableShapeValue.cpp
|
| index e202a8db5c91ab4709df49c3affe1b103b75f497..1b29c63983b6bee09b9120f8c75261823882122b 100644
|
| --- a/Source/core/animation/animatable/AnimatableShapeValue.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableShapeValue.cpp
|
| @@ -48,7 +48,7 @@ bool AnimatableShapeValue::usesDefaultInterpolationWith(const AnimatableValue* v
|
| return !fromShape->canBlend(toShape);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableShapeValue::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableShapeValue::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| if (usesDefaultInterpolationWith(value))
|
| return defaultInterpolateTo(this, value, fraction);
|
|
|