Index: tools/filtermain.cpp |
diff --git a/tools/filtermain.cpp b/tools/filtermain.cpp |
index a7ed20d9286a05f4195d9fd4e54e555d646b6ae6..00854d4e3efce54a5bb6037b2331cd1985f9b56f 100644 |
--- a/tools/filtermain.cpp |
+++ b/tools/filtermain.cpp |
@@ -679,7 +679,7 @@ static int filter_picture(const SkString& inFile, const SkString& outFile) { |
SkDebugCanvas debugCanvas(SkScalarCeilToInt(inPicture->cullRect().width()), |
SkScalarCeilToInt(inPicture->cullRect().height())); |
- inPicture->draw(&debugCanvas); |
+ inPicture->playback(&debugCanvas); |
// delete the initial save and restore since replaying the commands will |
// re-add them |