Chromium Code Reviews
DescriptionMake CSSInterpolationType::maybeConvertSingle() final
This change removes the ability for subclasses of CSSInterpolationType
to override the behaviour of maybeConvertSingle().
A virtual additiveKeyframeHook() function has been added to support the
previous use case for overriding maybeConvertSingle() of recording
whether a value is additive or not in the NonInterpolableValue.
Making CSSInterpolationType::maybeConvertSingle() final is part of
supporting smooth interpolation on registered custom properties. This
method will change in the near future and it will no longer be
appropriate for subclasses to override its behaviour.
This patch introduces no changes in behaviour.
BUG=671904
Review-Url: https://codereview.chromium.org/2617453003
Cr-Commit-Position: refs/heads/master@{#442190}
Committed: https://chromium.googlesource.com/chromium/src/+/e2a6bbc950788ffc44fa8cddf6d93a284a0fcf01
Patch Set 1 #Patch Set 2 : No lambdas #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 17 (12 generated)
|