Index: tools/bench_playback.cpp |
diff --git a/tools/bench_playback.cpp b/tools/bench_playback.cpp |
index a4f3a6a39427e813c6e3a34334040a88a2401683..f6c3ca4b1c98261b73f8c973062a77f69ad72aea 100644 |
--- a/tools/bench_playback.cpp |
+++ b/tools/bench_playback.cpp |
@@ -45,7 +45,7 @@ static SkPicture* rerecord(const SkPicture& src, bool skr) { |
SkPictureRecorder recorder; |
src.draw(skr ? recorder.EXPERIMENTAL_beginRecording(src.width(), src.height(), &factory) |
- : recorder. beginRecording(src.width(), src.height(), &factory)); |
+ : recorder. DEPRECATED_beginRecording(src.width(), src.height(), &factory)); |
return recorder.endRecording(); |
} |