Bug 41819
| Summary: | After layout, do updateCompositingLayers() after widget positions have been updated? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Simon Fraser (smfr)
Bug 41794 happened because compositing layers are updated before widgets are, at the end of layout. Maybe we should update compositing layers after post-layout tasks have run.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
If I fix this, we may be able to remove the code added for bug 41794.
Simon Fraser (smfr)
Some new assertions fire when I make this change. Have to figure out why.