commit | 0ed4e863c0b8f8a9ca8182148bf9849e5b5bf2aa | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Aug 18 08:23:18 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 18 08:23:19 2014 -0700 |
tree | 23edcbcc1f3d2fe73f83ff73fdccd599e64178eb | |
parent | dc0fcbb925c3642dde6ac647666fc04142e713ae [diff] |
Stop sorting the results of SkBBH::search(). We only seem to need to sort with SkQuadTree, which is not actively used by client code. So it's really just wasted work. SkQuadTree is interesting, but I'd rather disable it than slow down the production code path. BUG=skia:2834 R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/471063004