| 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 d0351f908a8ebbff5941ffa061667dd5836597c3..b865f65aeaf2aac9c96c59b086c940439787cd90 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 getProperty().svgAttribute(); }
|
|
|
| - virtual InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const;
|
| + virtual InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const = 0;
|
| virtual InterpolationValue maybeConvertSVGValue(const SVGPropertyBase&) const = 0;
|
| virtual SVGPropertyBase* appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const = 0;
|
|
|
|
|