Index: samplecode/SampleApp.cpp |
=================================================================== |
--- samplecode/SampleApp.cpp (revision 14237) |
+++ samplecode/SampleApp.cpp (working copy) |
@@ -1376,7 +1376,7 @@ |
pdfDevice->unref(); |
canvas = fPdfCanvas; |
} else if (kPicture_DeviceType == fDeviceType) { |
- canvas = fRecorder.beginRecording(9999, 9999); |
+ canvas = fRecorder.beginRecording(9999, 9999, NULL, 0); |
} else { |
#if SK_SUPPORT_GPU |
if (kNullGPU_DeviceType != fDeviceType) |