| Index: bench/ChromeBench.cpp | 
| diff --git a/bench/ChromeBench.cpp b/bench/ChromeBench.cpp | 
| index 8021f9299981ee0763cc395d06a9d95c9596fddd..fb6dcb2b2267216da125b2787739bfe3793be525 100644 | 
| --- a/bench/ChromeBench.cpp | 
| +++ b/bench/ChromeBench.cpp | 
| @@ -468,7 +468,7 @@ protected: | 
| for (int i = 0; i < N; i++) { | 
| SkRect current; | 
| setRectangle(current, i); | 
| -            for (int j = 0; j < SkBENCHLOOP(gmailScrollingRectSpec[i*3]); j++) { | 
| +            for (int j = 0; j < this->getLoops() * gmailScrollingRectSpec[i*3]; j++) { | 
| canvas->drawRect(current, paint); | 
| } | 
| } | 
|  |