Stop sorting the results of SkBBH::search().
authormtklein <mtklein@chromium.org>
Mon, 18 Aug 2014 15:23:18 +0000 (08:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 Aug 2014 15:23:19 +0000 (08:23 -0700)
commit0ed4e863c0b8f8a9ca8182148bf9849e5b5bf2aa
tree23edcbcc1f3d2fe73f83ff73fdccd599e64178eb
parentdc0fcbb925c3642dde6ac647666fc04142e713ae
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
dm/DMCpuGMTask.cpp
src/core/SkPictureData.cpp
src/core/SkRecordDraw.cpp