[webkit-reviews] review denied: [Bug 101508] [EFL][WK2] Add API to limit number of compositing layers for mobile devices. : [Attachment 172872] Layer limit patch.

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


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Viatcheslav Ostapenko
<ostap73 at gmail.com>'s request for review:
Bug 101508: [EFL][WK2] Add API to limit number of compositing layers for mobile
devices.
https://bugs.webkit.org/show_bug.cgi?id=101508

Attachment 172872: Layer limit patch.
https://bugs.webkit.org/attachment.cgi?id=172872&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
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.


More information about the webkit-reviews mailing list