Decode and resize Background Fetch icons on a background thread
This is currently done on the thread that invokes fetch(), i.e. either the main or the worker thread. Especially now that we're going to resize the image to the desired size too, let's move that to the background. Per this CL we also resize the icon to the display size indicated by the browser process. Change-Id: Iee082c67f9c6b4903b931f95c40142cd5f77b853 Reviewed-on: https://chromium-review.googlesource.com/1166965 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#582200}
Showing
Please register or sign in to comment