Bug 88605
Summary: | [chromium] Draws currently cause more uploads recursively | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Penner <epenner> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | epenner, nduca, schenney |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Penner
Currently scheduledActionDrawAndSwap causes a re-entrant call via setNeedsCommit/setNeedsRedraw, which ends up calling scheduledActionUpdateMoreResources. This means we get an extra round of uploading before we want them to happen. Ideally uploads should be interleaved with draws.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
https://code.google.com/p/chromium/issues/detail?id=231341