RESOLVED WONTFIX 88605
[chromium] Draws currently cause more uploads recursively
https://bugs.webkit.org/show_bug.cgi?id=88605
Summary [chromium] Draws currently cause more uploads recursively
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.