RESOLVED FIXED 64815
Possible recursion in GraphicsLayerCA::updateGeometry()
https://bugs.webkit.org/show_bug.cgi?id=64815
Summary Possible recursion in GraphicsLayerCA::updateGeometry()
Simon Fraser (smfr)
Reported 2011-07-19 11:40:45 PDT
It's possible to hit infinite recursion in GraphicsLayerCA::updateGeometry()/swapFromOrToTiledLayer()/updateContentsScale()/swapFromOrToTiledLayer()... because updateContentsScale() uses a different size than updateGeometry() for the tiled layer check.
Attachments
Patch (7.03 KB, patch)
2011-07-19 12:20 PDT, Simon Fraser (smfr)
sam: review+
Simon Fraser (smfr)
Comment 1 2011-07-19 12:20:49 PDT
Simon Fraser (smfr)
Comment 2 2011-07-19 13:34:07 PDT
Note You need to log in before you can comment on or make changes to this bug.