DescriptionMove the m_didTransformToRootUpdate flag to LayoutSVGContainer
By pushing the update of the m_didTransformToRootUpdate flag out of the
various calculateLocalTransform() implementations, we both get
implementations of those methods that are more to the point, and expose
the redundant calls to SVGLayoutSupport::transformToRootChanged().
This also means that didTransformToRootUpdate() is devirtualized,
although it was never called "virtually" before either.
Also turn m_needsBoundariesUpdate into a single-bit flag.
BUG=603956
Committed: https://crrev.com/641397ee2d4f59b3249329030d96a2177c918db1
Cr-Commit-Position: refs/heads/master@{#388516}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 9 (4 generated)
|