[Webkit-unassigned] [Bug 178749] When navigating back to a page, compositing layers may not use accelerated drawing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 14:11:37 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178749

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
There are two things going on here. First, in GraphicsLayerCA::commitLayerChangesBeforeSublayers() we call updateTiles() before updateAcceleratesDrawing(), so it's possible for tiles to not get accelerated.

Second, we create GraphicsLayers under style resolution, which happens before RenderLayerCompositor::cacheAcceleratedCompositingFlags(), so m_acceleratedDrawingEnabled is still false there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171024/3818658c/attachment-0001.html>


More information about the webkit-unassigned mailing list