Bug 88605

Summary: [chromium] Draws currently cause more uploads recursively
Product: WebKit Reporter: Eric Penner <epenner>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: epenner, nduca, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Eric Penner
Reported 2012-06-07 19:01:31 PDT
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
Note You need to log in before you can comment on or make changes to this bug.