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