DescriptionOrder bounds update correctly for LayoutSVGShape and LayoutSVGImage
Since SVGResourcesCache::clientLayoutChanged can set the
m_needsBoundariesUpdate flag, make sure to check it, and act, after
that call. This ensures that state is consistent. when layout() return.
Also add a comment about the delicate situation in
LayoutSVGShape::layout wrt shape vs. bounds update. Additionally rename
the local variable used to notify the parent that its bounds needs to be
updated to |updateParentBoundaries|.
BUG=603956
Committed: https://crrev.com/fe8421b9573ca696e596248811edf0a5d23fc191
Cr-Commit-Position: refs/heads/master@{#389410}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Shuffle clientLayoutChanged instead. #
Messages
Total messages: 11 (3 generated)
|