Remove maybeConvertSingle override in CSSValueInterpolationType
This change refactors CSSValueInterpolationType to not override CSSInterpolationType::maybeConvertSingle() and instead use the more specific conversion functions as is the norm. This change is part of supporting smooth interpolation of registered custom properties. More complex behaviour will be added to CSSInterpolationType::maybeConvertSingle() which must be shared with the CSSValueInterpolationType subclass. There are no changes in behaviour made by this patch. BUG=671904 Review-Url: https://codereview.chromium.org/2614613002 Cr-Commit-Position: refs/heads/master@{#441885}
Showing
Please register or sign in to comment