[Suggestions] Add Section support to TileGroup
Related to https://chromium-review.googlesource.com/c/568492/, stores tile data into sections. The tiles are still transmitted from the native side as a flat array, but when we load them we arrange them in a map of tiles. It should keep the current UI functioning just like before. Some of the current assumptions are affected: - We can have more than one tile per URL, but only one per section - We should not wait for all the tiles before we consider the tile load to be complete (some of the tiles will not be displayed at all) Bug: 740905 Change-Id: Ia91c3c7abb5d05a946d0b9baff95b5a05c9e3581 Reviewed-on: https://chromium-review.googlesource.com/571753 Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org> Reviewed-by:Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#491340}
Showing
This diff is collapsed.
Please register or sign in to comment