From 703dd2ed187b9788c5bb0f2d313f2d07695603d6 Mon Sep 17 00:00:00 2001 From: mtklein Date: Fri, 9 Jan 2015 06:41:48 -0800 Subject: Remove SkTileGrid (except for TileGridInfo). TBR=reed@google.com BUG=skia:3085 Review URL: https://codereview.chromium.org/845623002 --- tools/bbh_shootout.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/bbh_shootout.cpp') diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp index d4b290d06b..0c2e2e3a37 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); -- cgit v1.2.3