DescriptionHoist updateAnimation() calls from SVGSMILElement::progress
The updateAnimation() calls in SVGSMILElement::progress() corresponds
to the timed element contributing to the animation "sandwich", so it's
trivial to hoist it out into the caller. Well there, the |resultElement|
logic can be replaced with a vector onto contributing timed elements are
appended. When all contributing timed elements are collected the value
is computed.
BUG=641437
Committed: https://crrev.com/c4f7094a1f713541aab18286d664f8dae1826eba
Cr-Commit-Position: refs/heads/master@{#414937}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|