Index: Source/core/animation/DoubleStyleInterpolation.h |
diff --git a/Source/core/animation/DoubleStyleInterpolation.h b/Source/core/animation/DoubleStyleInterpolation.h |
index 688513c68115f03a42f8a479d8bb6eb28446ae87..05b81ed6e37aa1c712963198963000550b640dea 100644 |
--- a/Source/core/animation/DoubleStyleInterpolation.h |
+++ b/Source/core/animation/DoubleStyleInterpolation.h |
@@ -29,7 +29,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(const CSSValue&, CSSPropertyID = CSSPropertyInvalid); |
- static PassRefPtrWillBeRawPtr<CSSValue> fromInterpolableValue(const InterpolableValue&, InterpolationRange); |
+ static CSSValue fromInterpolableValue(const InterpolableValue&, InterpolationRange); |
private: |
DoubleStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, bool isNumber, InterpolationRange clamp, bool flag) |
@@ -42,8 +42,8 @@ private: |
static PassOwnPtrWillBeRawPtr<InterpolableValue> doubleToInterpolableValue(const CSSValue&); |
static PassOwnPtrWillBeRawPtr<InterpolableValue> motionRotationToInterpolableValue(const CSSValue&); |
- static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToDouble(const InterpolableValue*, bool, InterpolationRange); |
- static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToMotionRotation(InterpolableValue*, bool); |
+ static CSSValue interpolableValueToDouble(const InterpolableValue*, bool, InterpolationRange); |
+ static CSSValue interpolableValueToMotionRotation(InterpolableValue*, bool); |
bool m_isNumber; |
InterpolationRange m_clamp; |