| Index: tools/bbh_shootout.cpp
|
| diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp
|
| index d4b290d06bd36f28eb4109d67857fd1ad96a3237..0c2e2e3a37933963f0fdfadaffc250ca88a25433 100644
|
| --- a/tools/bbh_shootout.cpp
|
| +++ b/tools/bbh_shootout.cpp
|
| @@ -37,7 +37,6 @@ struct Measurement {
|
| const char* kBBoxHierarchyTypeNames[kBBoxTypeCount] = {
|
| "none", // kNone_BBoxHierarchyType
|
| "rtree", // kRTree_BBoxHierarchyType
|
| - "tilegrid", // kTileGrid_BBoxHierarchyType
|
| };
|
|
|
| static SkPicture* pic_from_path(const char path[]) {
|
| @@ -65,7 +64,6 @@ static void do_benchmark_work(sk_tools::PictureRenderer* renderer,
|
| const int numRepeats,
|
| Timer* timer) {
|
| renderer->setBBoxHierarchyType(bBoxType);
|
| - renderer->setGridSize(FLAGS_tilesize, FLAGS_tilesize);
|
| renderer->init(pic, NULL, NULL, NULL, false, false);
|
|
|
| SkDebugf("%s %d times...\n", renderer->getConfigName().c_str(), numRepeats);
|
|
|