DescriptionReset m_didTransformToRootUpdate flag during invalidationTreeIfNeeded
Previously m_didTransformToRootUpdate flag of
RenderSVGViewportContainer and RenderSVGTransformableContainer
only gets updated during layout.
As we use the flag during invalidationTreeIfNeeded and we may call
invalidationTreeIfNeeded when there is only repaint-only invalidation
(https://codereview.chromium.org/398343003/), we should reset the
flag after invalidation.
Will be tested in https://codereview.chromium.org/398343003/.
BUG=394619
Patch Set 1 #Patch Set 2 : virtual clearPaintInvalidationState #
Total comments: 1
Patch Set 3 : super call #Patch Set 4 : Based on https://codereview.chromium.org/389573008/ #
Total comments: 5
Patch Set 5 : Reset the flag only after invalidation #
Total comments: 4
Messages
Total messages: 16 (0 generated)
|