Index: tools/bench_playback.cpp |
diff --git a/tools/bench_playback.cpp b/tools/bench_playback.cpp |
index 435dd77fb980237284b4b8f6e95a9eb3bb0de063..ffe9e23e555e0dde7a61704fccabd425bc3380c2 100644 |
--- a/tools/bench_playback.cpp |
+++ b/tools/bench_playback.cpp |
@@ -39,8 +39,7 @@ static SkPicture* rerecord_with_tilegrid(SkPicture& src) { |
SkTileGridFactory factory(info); |
SkPictureRecorder recorder; |
- src.draw(recorder.beginRecording(src.width(), src.height(), &factory, |
- SkPicture::kUsePathBoundsForClip_RecordingFlag)); |
+ src.draw(recorder.beginRecording(src.width(), src.height(), &factory)); |
return recorder.endRecording(); |
} |