Index: tools/bbh_shootout.cpp |
diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp |
index 65d37826d16de8b6228a06d6bd8811297d548a04..f3758cb903cda57c6e2abef7ef2f690462781e2b 100644 |
--- a/tools/bbh_shootout.cpp |
+++ b/tools/bbh_shootout.cpp |
@@ -67,7 +67,7 @@ static void do_benchmark_work(sk_tools::PictureRenderer* renderer, |
BenchTimer* timer) { |
renderer->setBBoxHierarchyType(bBoxType); |
renderer->setGridSize(FLAGS_tilesize, FLAGS_tilesize); |
- renderer->init(pic, NULL, NULL, false); |
+ renderer->init(pic, NULL, NULL, NULL, false); |
SkDebugf("%s %d times...\n", renderer->getConfigName().c_str(), numRepeats); |
for (int i = 0; i < numRepeats; ++i) { |