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