| Index: Source/core/animation/DoubleStyleInterpolation.h
|
| diff --git a/Source/core/animation/DoubleStyleInterpolation.h b/Source/core/animation/DoubleStyleInterpolation.h
|
| index 7ac03f51b0297b51c982681a9296916d7048c2fa..1442c762f7e32710158e98debceab87a4df4c3bb 100644
|
| --- a/Source/core/animation/DoubleStyleInterpolation.h
|
| +++ b/Source/core/animation/DoubleStyleInterpolation.h
|
| @@ -37,8 +37,8 @@ private:
|
| static PassOwnPtrWillBeRawPtr<InterpolableValue> doubleToInterpolableValue(const CSSValue&);
|
| static PassOwnPtrWillBeRawPtr<InterpolableValue> motionRotationToInterpolableValue(const CSSValue&);
|
|
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToDouble(InterpolableValue*, bool, InterpolationRange);
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToMotionRotation(InterpolableValue*, bool);
|
| + static CSSValue interpolableValueToDouble(InterpolableValue*, bool, InterpolationRange);
|
| + static CSSValue interpolableValueToMotionRotation(InterpolableValue*, bool);
|
|
|
| bool m_isNumber;
|
| InterpolationRange m_clamp;
|
|
|