Bug 93542

Summary: Computing repaint rects inside of style recalc is bad
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bdakin, dino, eric, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 102626    

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.