[webkit-reviews] review denied: [Bug 96278] Do not use composited scrolling when accelerated compositing turned off. : [Attachment 163145] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 10:02:50 PDT 2012


James Robinson <jamesr at chromium.org> has denied W. James MacLean
<wjmaclean at chromium.org>'s request for review:
Bug 96278: Do not use composited scrolling when accelerated compositing turned
off.
https://bugs.webkit.org/show_bug.cgi?id=96278

Attachment 163145: Patch
https://bugs.webkit.org/attachment.cgi?id=163145&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
Are you saying you want to ignore the -webkit-overflow-touch: setting
completely if compositing is disabled?	That'll also change the stacking order,
which seems wrong.  We should try to avoid changing the rendering of the page
due to things like accelerated compositing being on/off except where it's
inevitable (i.e. some effect we can only do on a GPU).

I don't get why you are setting this - ENABLE(OVERFLOW_SCROLLING) isn't set on
chromium.


More information about the webkit-reviews mailing list