| Index: tools/filtermain.cpp
|
| ===================================================================
|
| --- tools/filtermain.cpp (revision 14237)
|
| +++ tools/filtermain.cpp (working copy)
|
| @@ -718,7 +718,7 @@
|
|
|
| if (!outFile.isEmpty()) {
|
| SkPictureRecorder recorder;
|
| - SkCanvas* canvas = recorder.beginRecording(inPicture->width(), inPicture->height());
|
| + SkCanvas* canvas = recorder.beginRecording(inPicture->width(), inPicture->height(), NULL, 0);
|
| debugCanvas.draw(canvas);
|
| SkAutoTUnref<SkPicture> outPicture(recorder.endRecording());
|
|
|
|
|