diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/PictureBenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp index 0b4f56ebe8..fbf1585d1e 100644 --- a/tools/PictureBenchmark.cpp +++ b/tools/PictureBenchmark.cpp @@ -85,7 +85,7 @@ void PictureBenchmark::run(SkPicture* pict) { fRenderer->setup(); timer->start(); - fRenderer->render(false); + fRenderer->render(NULL); timer->truncatedEnd(); // Finishes gl context |