mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
f93f959d88
- When only the transform is changed, SVGTransformableElement::GetAttributeChangeHint returns nsChangeHint_UpdatePostTransformOverflow to avoid extraneous calls to UpdateOverflow in OverflowChangedTracker::Flush. - nsSVGElement::DidAnimateTransformList now receives a modType parameter that is set by callers to either nsIDOMMutationEvent::ADDITION, nsIDOMMutationEvent::REMOVAL, or nsIDOMMutationEvent::MODIFICATION. - SVGTransformableElement::GetAttributeChangeHint uses the passed modType to accurately select when to return nsChangeHint_UpdatePostTransformOverflow. |
||
---|---|---|
.. | ||
content | ||
document/src | ||
moz.build |