[Webkit-unassigned] [Bug 95358] [Chromium] CCLayerTreeHostTestScrollChildLayer makes the wrong assumptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 2 22:20:35 PDT 2012


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





--- Comment #11 from David Reveman <reveman at chromium.org>  2012-09-02 22:20:45 PST ---
Here's a short update on the issue.

The threaded compositor currently prevents more than one commit with resource updates per redraw. Commits without resource updates are not restricted in this way. We can have an infinite number of commits per redraw as long as they don't include resource updates. My current understanding is that this is wrong. I've created https://bugs.webkit.org/show_bug.cgi?id=95661 for tracking this issues and uploaded a patch that enforcing only one commit per draw.

https://bugs.webkit.org/show_bug.cgi?id=94721 has also been updated to not allow more than one commit with resource updates per redraw.

-- 
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