GetTasksForPaintWorkletImages should build one big task |
|
Issue descriptionhttps://chromium-review.googlesource.com/c/chromium/src/+/1348860 With the above CL landed, the GetTasksForPaintWorkletImages function takes a set of PaintWorklet generated cc::DrawImage and build one tile task for each of them. We should instead try to create one big task that includes executing JS callbacks for all the images. |
|
►
Sign in to add a comment |
|