| Index: bench/MatrixConvolutionBench.cpp | 
| diff --git a/bench/MatrixConvolutionBench.cpp b/bench/MatrixConvolutionBench.cpp | 
| index 161fc232965fd639d2ee2932016a91739f1a32ce..db25d99f34351ecfa129bbed360b9ccfdedf3c5b 100644 | 
| --- a/bench/MatrixConvolutionBench.cpp | 
| +++ b/bench/MatrixConvolutionBench.cpp | 
| @@ -40,7 +40,7 @@ protected: | 
| this->setupPaint(&paint); | 
| paint.setAntiAlias(true); | 
| SkRandom rand; | 
| -        for (int i = 0; i < SkBENCHLOOP(3); i++) { | 
| +        for (int i = 0; i < this->getLoops(); i++) { | 
| SkRect r = SkRect::MakeWH(rand.nextUScalar1() * 400, | 
| rand.nextUScalar1() * 400); | 
| paint.setImageFilter(fFilter); | 
|  |