DescriptionUnify animate motion transform update invalidations
SVGAnimateMotionElement changes transforms in 3 locations but does not
notify the targets of transform updates in a unified way. For example,
target->setNeedsTransformUpdate is called when the transform changes but
the target is not marked for layout until applyResultsToTarget. This
patch unifies these invalidations to always occur when the tranform
is updated. The previous code dates back to http://wkbug.com/41249.
BUG=645667
Committed: https://crrev.com/174b75c4971ebe89bf055b824c9c5ef0d5a75aee
Cr-Commit-Position: refs/heads/master@{#438841}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 13 (9 generated)
|