Index: tools/bbh_shootout.cpp |
=================================================================== |
--- tools/bbh_shootout.cpp (revision 14079) |
+++ tools/bbh_shootout.cpp (working copy) |
@@ -71,7 +71,7 @@ |
SkDebugf("%s %d times...\n", renderer->getConfigName().c_str(), numRepeats); |
for (int i = 0; i < numRepeats; ++i) { |
- renderer->setup(); |
+ renderer->setup1(); |
// Render once to fill caches |
renderer->render(); |
// Render again to measure |