Index: samplecode/SampleTiling.cpp |
=================================================================== |
--- samplecode/SampleTiling.cpp (revision 14237) |
+++ samplecode/SampleTiling.cpp (working copy) |
@@ -106,7 +106,7 @@ |
SkPictureRecorder recorder; |
SkCanvas* textCanvas = NULL; |
if (NULL == fTextPicture) { |
- textCanvas = recorder.beginRecording(1000, 1000); |
+ textCanvas = recorder.beginRecording(1000, 1000, NULL, 0); |
} |
if (NULL != textCanvas) { |