| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index 8633fa5ae77253d29b3f2faf787bb20f06d9b010..f7dc9c60e6fee622ca81f9996d29f30dc516c8f7 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -705,11 +705,10 @@ public:
|
| // The SKP we read off disk doesn't have a BBH. Re-record so it grows one.
|
| SkRTreeFactory factory;
|
| SkPictureRecorder recorder;
|
| - static const int kFlags = SkPictureRecorder::kComputeSaveLayerInfo_RecordFlag;
|
| pic->playback(recorder.beginRecording(pic->cullRect().width(),
|
| pic->cullRect().height(),
|
| &factory,
|
| - fUseMPDs[fCurrentUseMPD] ? kFlags : 0));
|
| + 0));
|
| pic = recorder.finishRecordingAsPicture();
|
| }
|
| SkString name = SkOSPath::Basename(path.c_str());
|
|
|