DescriptionExtract RenderSVGModelObject::invalidatePaintIfNeeded()
This reduces duplicated code for early returns in original
RenderSVGModelObject::invalidateTreeIfNeeded(), and helps to ensure
all code needed to be executed for original and future early returns.
BTW this fixes the issue caused by early return on
!SVGRenderSupport::parentTransformDidChange(this) that descendants
may miss update of previousPaintInvalidateRect() causing stale
previousPaintInvalidateRect in later invalidation.
BUG=394619
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178694
Patch Set 1 #Patch Set 2 : Add test #Patch Set 3 : NeedsRebaseline #
Messages
Total messages: 15 (0 generated)
|