CC: Tile-size cleanup.
Two tile-size cleanups in this patch: - Fixes a bug where the minimum tile-height for GPU-raster pages is 512 until any amount of zoom is applied (all layers we being considered 'long-and-skinny' by the old logic). - Reserves default_tile_size/max_untiled_layer_size for software-raster. GPU-raster now computes both of these, leaving only tile-grid-size which re-uses the setting. That will be removed in my next patch. BUG=365877 Review URL: https://codereview.chromium.org/605773004 Cr-Commit-Position: refs/heads/master@{#299027}
Showing
Please register or sign in to comment