Bug 93542
| Summary: | Computing repaint rects inside of style recalc is bad | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | 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)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
See also bug 102626.