[Webkit-unassigned] [Bug 112391] Optimize setNeedsBoundariesUpdate()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 16:38:02 PDT 2013


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





--- Comment #2 from Elliott Sprehn <esprehn at chromium.org>  2013-03-14 16:40:27 PST ---
Note that this creates depth_of_tree * number_of_renderers virtual calls in cases where you display: none some large section of the page (pretty common when changing views in a web app) which is sad since the method is a noop for everything except a few SVG elements.

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