DescriptionFold SVGAnimatedTypeAnimator into SVGAnimateElement
This folds the functionality of SVGAnimatedTypeAnimator, mostly
verbatim, into SVGAnimateElement. Some methods are renamed, and a new
interface is defined, which allows <animateTransform> to be more
isolated from the rest of the <animate> implementation.
SVGAnimateElement::m_animatedProperty is renamed to m_animatedValue, and
SVGAnimatedTypeAnimator::m_animatedProperty is renamed to
m_targetProperty.
Dial down or remove some asserts in favor of other asserts.
BUG=641437
Committed: https://crrev.com/eaf764b300511979136eeed7907c1692bcc14a47
Cr-Commit-Position: refs/heads/master@{#440613}
Patch Set 1 #Patch Set 2 : Fix m_type setup in animateTransform #
Total comments: 3
Patch Set 3 : More ASSERT to DCHECK #Messages
Total messages: 29 (18 generated)
|