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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 11:43:45 PDT 2015


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

--- Comment #13 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
OK, what I see on Mac with that testcase is a bunch of compositing layers, but most of them have no backing store so are cheap.

This is expected behavior; there's no enclosing stacking context, so each position:relative layer gets composited.

Blink wrote some "layer flattening" code to solve this, but it's complex and hard to get right.

-- 
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/20150319/9aedcc0c/attachment-0002.html>


More information about the webkit-unassigned mailing list