NEW 93542
Computing repaint rects inside of style recalc is bad
https://bugs.webkit.org/show_bug.cgi?id=93542
Summary Computing repaint rects inside of style recalc is bad
Simon Fraser (smfr)
Reported 2012-08-08 15:55:52 PDT
RenderLayerCompositor::updateBacking() can be called at styleRecalc time, but it does a computeRepaintRectsIncludingDescendants(). Computing repaint rects before we've done layout is invalid, so we need to do this later (probably using a dirty flag).
Attachments
Simon Fraser (smfr)
Comment 1 2012-11-29 20:01:24 PST
See also bug 102626.
Note You need to log in before you can comment on or make changes to this bug.