| Index: tools/bench_record.cpp
|
| diff --git a/tools/bench_record.cpp b/tools/bench_record.cpp
|
| index c7941eda98c44979f13dd8c9abcac4e7a3897bf3..271597f52a3a13dbc711091421447ac093d8b97e 100644
|
| --- a/tools/bench_record.cpp
|
| +++ b/tools/bench_record.cpp
|
| @@ -25,7 +25,7 @@ __SK_FORCE_IMAGE_DECODER_LINKING;
|
|
|
| DEFINE_string2(skps, r, "skps", "Directory containing SKPs to read and re-record.");
|
| DEFINE_int32(loops, 900, "Number of times to re-record each SKP.");
|
| -DEFINE_int32(flags, SkPicture::kUsePathBoundsForClip_RecordingFlag, "RecordingFlags to use.");
|
| +DEFINE_int32(flags, 0, "RecordingFlags to use.");
|
| DEFINE_bool(endRecording, true, "If false, don't time SkPicture::endRecording()");
|
| DEFINE_int32(nullSize, 1000, "Pretend dimension of null source picture.");
|
| DEFINE_int32(tileGridSize, 512, "Set the tile grid size. Has no effect if bbh is not set to tilegrid.");
|
|
|