commit | 2451de626227435026a3dcd83c8035baa2bf55d2 | [log] [tgz] |
---|---|---|
author | e.hakkinen <e.hakkinen@samsung.com> | Wed Sep 10 17:55:55 2014 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 10 18:12:26 2014 |
tree | 017f1054efd3e3c8b74e711aba4d1ca6a143bd8f | |
parent | a80fc361793678a90258e50aa1c9f697c7df64e0 [diff] |
cc: Fix layer raster tile iterator not to skip a tile erroneously. Fix the constructor of the layer raster tile iterator to never advance a tiling raster tile iterator. This fixes the iterator not to skip the first tile returned by a tiling raster tile iterator even if there are no NOW tiles but only SOON and/or EVENTUALLY tiles. Review URL: https://codereview.chromium.org/555183002 Cr-Commit-Position: refs/heads/master@{#294188}