commit | eee606c7bf6b343429dcdbf56b6b71bd83575060 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Sep 24 08:59:37 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 24 08:59:37 2014 -0700 |
tree | 79a2fb34f9606d9fe3b5859b5c2879bbc530da54 | |
parent | 30d2cc6ff47cb7f981d83e9a536971beec920f61 [diff] |
Swap iteration order in TileGrid::insert(). Was looking at performance here (it's the record hotspot) and noticed we iterate through the grid out of order. This is a tiny little thing, but it's probably orthogonal to any other performance improvements we'll make in here. BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/598933004