| Index: third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| index 9657e520dbebb89156a2435d9ba1effacf04d83f..c99ecf11ded46d74036ca004c0bb9f7748ae16d8 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| @@ -17,6 +17,7 @@ public:
|
| { }
|
|
|
| private:
|
| + InterpolationValue maybeConvertNeutral(const InterpolationValue&, ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
|
| InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, const InterpolationEnvironment&, const InterpolationValue& underlying, ConversionCheckers&) const final;
|
| SVGPropertyBase* appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
|
|