Chromium Code Reviews
DescriptionFix crash when resizing a view destroys the render tree
This is a simple fix for not holding a renderer across FrameView
resizes. Calling view->resize() can destroy renderers so this patch
updates SVGImage::setContainerSize to query the renderer after the
resize is complete. A similar issue does not exist for the dom tree
which is not destroyed.
BUG=344492
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168113
Patch Set 1 #Patch Set 2 : Can haz test? #Patch Set 3 : Cleanup test #
Messages
Total messages: 15 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||