| Index: third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h b/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
|
| index 23b6a6e1cb608ce3fc2965ea26e85ddf652cefda..bafbec92a8dd1903720bdb50b971061aa35dfb53 100644
|
| --- a/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
|
| @@ -21,7 +21,7 @@ public:
|
| // The following are called by ListStyleInterpolation.
|
| static bool canCreateFrom(const CSSValue& start, const CSSValue& end);
|
| static PassOwnPtr<InterpolableValue> toInterpolableValue(const CSSValue&, CSSValueID&);
|
| - static PassRefPtrWillBeRawPtr<CSSFunctionValue> fromInterpolableValue(const InterpolableValue&, CSSValueID, InterpolationRange = RangeAll);
|
| + static RawPtr<CSSFunctionValue> fromInterpolableValue(const InterpolableValue&, CSSValueID, InterpolationRange = RangeAll);
|
|
|
| private:
|
| FilterStyleInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, CSSPropertyID id)
|
|
|