| Index: tools/PictureBenchmark.cpp | 
| diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp | 
| index 6d8cada09e38e163e54e7b5cc878dae82067efe6..3cc34157fd0fa161dd3f2e5d3c6ddf602391e1d0 100644 | 
| --- a/tools/PictureBenchmark.cpp | 
| +++ b/tools/PictureBenchmark.cpp | 
| @@ -73,7 +73,7 @@ void PictureBenchmark::run(SkPicture* pict) { | 
| return; | 
| } | 
|  | 
| -    fRenderer->init(pict); | 
| +    fRenderer->init(pict, NULL, NULL, false); | 
|  | 
| // We throw this away to remove first time effects (such as paging in this program) | 
| fRenderer->setup(); | 
|  |