[Webkit-unassigned] [Bug 135106] Inline box culling breaks node snapshotting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 20 17:27:55 PDT 2014


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





--- Comment #1 from mitz at webkit.org <mitz at webkit.org>  2014-07-20 17:28:09 PST ---
My idea for fixing this is to add another RenderObject* member to PaintInfo, which will contain the nearest ancestor of the subtreePaintRoot that isn’t a RenderInline with culled boxes, and whenever we are in that object’s subtree, do a more expensive shouldPaintWithinRoot() check.

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