Use per frame TaskRunner for Canvas Blob creation result
CanvasAsyncBlobCreator runs tasks as an idle task, and report the result directly from the idle task runner. That implies an author JS code may run on non-frame-associated task runner. After this CL, the result is reported on the per-frame task runner for finer control of the scheduler. Bug: 961186 Change-Id: I761bd5a5939865d2b06291b3ca8c9b4379572850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631037Reviewed-by:Fernando Serboncini <fserb@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#664654}
Showing
Please register or sign in to comment