Chromium Code Reviews
Description[SVG] Reinstate RenderSVGResourcePattern's inval-during-paint guard.
The refactoring in https://codereview.chromium.org/453653003 dropped the
double-lookup map insertion, but animated images (at least) can still
trigger paint-time layout invals => the map entry may get deleted while
we're building the pattern.
This CL adds back the required double-lookup idiom.
R=fs@opera.com,pdr@chromium.org,schenney@chromium.org
BUG=426757, 426882
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184370
Patch Set 1 #Patch Set 2 : minor cleanup #Messages
Total messages: 11 (2 generated)
|