[Webkit-unassigned] [Bug 109179] [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 03:20:51 PST 2013


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





--- Comment #3 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-02-08 03:23:00 PST ---
It turns out we do regularly check for new tiles to create and flush layer changes. Unfortunately this only leads to tiles being dropped and in the end the last tile being created and dropped in an infinite loop. 

Besides the infinite loop thing, the problem seems to be that the visible rect is not updated on the WebProcess side. Or rather it is constantly updated using outdated values.

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