Index: Source/core/animation/animatable/AnimatableShapeValue.cpp |
diff --git a/Source/core/animation/animatable/AnimatableShapeValue.cpp b/Source/core/animation/animatable/AnimatableShapeValue.cpp |
index 83ca41fa67892842603b5785facc58047c3bdcb3..8559ab182a136f44a598bf637f68ea8a4a364cd7 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); |