[Webkit-unassigned] [Bug 142783] RenderLayerCompositor: only create backing for visible and non-empty layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 09:50:46 PDT 2015


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

--- Comment #21 from Julien Isorce <j.isorce at samsung.com> ---
I checked an indeed a backingstore is created only when CoordinatedGraphicsScene/layerShouldHaveBackingStore 
"drawsContent() && contentsAreVisible() && !size().isEmpty()" return true.

At each call to CoordinatedGraphicsScene::setLayerState it checks if this condition return false to see if it can remove the backingstore.

-- 
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/20150323/dcdada87/attachment-0002.html>


More information about the webkit-unassigned mailing list