[Webkit-unassigned] [Bug 101508] [EFL][WK2] Add API to limit number of compositing layers for mobile devices.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 14:35:12 PST 2012


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #172872|review?                     |review-
               Flag|                            |




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-11-07 14:36:44 PST ---
(From update of attachment 172872)
Just counting layers is not the right way to limit resource use. You need to consider their backing store size. Also when you hit this limit you'r breaking page rendering, because your z-ordering will be incorrect, and you'll fail to make compositing layers for things like video and 3d that require it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list