Index: tools/bbh_shootout.cpp |
diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp |
index 2a827fd89639adc9e04750355ca67bf925929def..d4b290d06bd36f28eb4109d67857fd1ad96a3237 100644 |
--- a/tools/bbh_shootout.cpp |
+++ b/tools/bbh_shootout.cpp |
@@ -60,13 +60,13 @@ static SkPicture* pic_from_path(const char path[]) { |
* @param timer The timer used to benchmark the work. |
*/ |
static void do_benchmark_work(sk_tools::PictureRenderer* renderer, |
- BBoxType bBoxType, |
- SkPicture* pic, |
- const int numRepeats, |
- Timer* timer) { |
+ BBoxType bBoxType, |
+ SkPicture* pic, |
+ const int numRepeats, |
+ Timer* timer) { |
renderer->setBBoxHierarchyType(bBoxType); |
renderer->setGridSize(FLAGS_tilesize, FLAGS_tilesize); |
- renderer->init(pic, NULL, NULL, NULL, false); |
+ renderer->init(pic, NULL, NULL, NULL, false, false); |
SkDebugf("%s %d times...\n", renderer->getConfigName().c_str(), numRepeats); |
for (int i = 0; i < numRepeats; ++i) { |