[Webkit-unassigned] [Bug 33520] Mapping from local to container coord space is O(N^2)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 14:41:54 PST 2010


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





--- Comment #31 from James Robinson <jamesr at chromium.org>  2010-03-10 14:41:54 PST ---
After discussion in IRC with dhyatt and smfr, I will store the cached offsets
on the stack in updateLayerPositions and then pass it along directly to
outlineBoundsForRepaint().  This should provide most of the performance
improvement without needing to store more crap off the RenderView.

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