Make maybeConvertNeutral pure virtual
The body of SVGInterpolationType::maybeConvertNeutral is NOTREACHED()
with a comment that the function must be overridden except in a particular
condition. This patch changes maybeConvertNeutral to be pure virtual and moves
the NOTREACHED implementation into SVGTransformListInterpolationType,
which is the only subclass that meets the specified condition. This brings this
function into line with the approach taken in
SVGInterpolationType::appliedSVGValue and crrev.com/1959993002.
Review-Url: https://codereview.chromium.org/2109373002
Cr-Commit-Position: refs/heads/master@{#403116}
4 files changed