Fetch appropriate sized thumbnails for holding space.
Previously thumbnails were fetched at a constant size and exhibited heavy pixelation when rendering in holding space UI. Now, we'll request the appropriate thumbnail size for each holding space type which will ensure consistency with what we intend to render. Known issue: The image loader we use to fetch thumbnails only supports cropping of square images. To prevent image distortion for non-square image requests, we'll ensure that we always request square images and perform an additional crop on our end. Bug: 1113772 Change-Id: I43e86b37e31d1dc94fd737bc29021dc68658c8b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399438 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#805423}
Showing
Please register or sign in to comment