| Index: third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| index 959d812deeb34975915a1f051c80624944d572f6..ab428746c249d2039f8053ef442bcb45026c6e2d 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| @@ -23,7 +23,7 @@ private:
|
| return nullptr;
|
| }
|
|
|
| - PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final
|
| + PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&) const final
|
| {
|
| return nullptr;
|
| }
|
|
|