| Index: third_party/WebKit/Source/core/animation/SVGInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
|
| index e8b3b3b11609c565989c764508055bc4b3779bab..6a7f10900c1d94a6171e54424549f48f705608b1 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
|
| @@ -19,7 +19,7 @@ protected:
|
|
|
| const QualifiedName& attribute() const { return property().svgAttribute(); }
|
|
|
| - virtual PassOwnPtr<InterpolationValue> maybeConvertNeutral() const = 0;
|
| + virtual PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&) const = 0;
|
| virtual PassOwnPtr<InterpolationValue> maybeConvertSVGValue(const SVGPropertyBase&) const = 0;
|
| virtual RefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const = 0;
|
|
|
|
|