| Index: tools/render_pictures_main.cpp
|
| ===================================================================
|
| --- tools/render_pictures_main.cpp (revision 14237)
|
| +++ tools/render_pictures_main.cpp (working copy)
|
| @@ -173,9 +173,8 @@
|
| }
|
|
|
| while (FLAGS_bench_record) {
|
| - const int kRecordFlags = 0;
|
| SkPictureRecorder recorder;
|
| - picture->draw(recorder.beginRecording(picture->width(), picture->height(), kRecordFlags));
|
| + picture->draw(recorder.beginRecording(picture->width(), picture->height(), NULL, 0));
|
| SkAutoTUnref<SkPicture> other(recorder.endRecording());
|
| }
|
|
|
|
|