| Index: tools/bbh_shootout.cpp | 
| diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp | 
| index 88223898f8b51b88519f1b0a00262cb1bdce9cdc..8f445d82c2a49f5ce9d7c279a2be07b14adf292b 100644 | 
| --- a/tools/bbh_shootout.cpp | 
| +++ b/tools/bbh_shootout.cpp | 
| @@ -17,9 +17,9 @@ | 
| #include "SkTArray.h" | 
| #include "TimerData.h" | 
|  | 
| -static const int kNumNormalRecordings = SkBENCHLOOP(10); | 
| -static const int kNumRTreeRecordings = SkBENCHLOOP(10); | 
| -static const int kNumPlaybacks = SkBENCHLOOP(1); | 
| +static const int kNumNormalRecordings = 10; | 
| +static const int kNumRTreeRecordings = 10; | 
| +static const int kNumPlaybacks = 1; | 
| static const size_t kNumBaseBenchmarks = 3; | 
| static const size_t kNumTileSizes = 3; | 
| static const size_t kNumBbhPlaybackBenchmarks = 3; | 
|  |