Index: samplecode/SampleAll.cpp |
=================================================================== |
--- samplecode/SampleAll.cpp (revision 14237) |
+++ samplecode/SampleAll.cpp (working copy) |
@@ -308,7 +308,7 @@ |
{ |
SkPictureRecorder recorder; |
{ |
- SkCanvas* record = recorder.beginRecording(320, 480); |
+ SkCanvas* record = recorder.beginRecording(320, 480, NULL, 0); |
this->drawPicture(record, 120); |
} |
SkAutoTUnref<SkPicture> picture(recorder.endRecording()); |