Index: tools/skpmaker.cpp |
=================================================================== |
--- tools/skpmaker.cpp (revision 14237) |
+++ tools/skpmaker.cpp (working copy) |
@@ -27,7 +27,7 @@ |
static void skpmaker(int width, int height, int border, SkColor color, |
const char *writePath) { |
SkPictureRecorder recorder; |
- SkCanvas* canvas = recorder.beginRecording(width, height); |
+ SkCanvas* canvas = recorder.beginRecording(width, height, NULL, 0); |
SkPaint paint; |
paint.setStyle(SkPaint::kFill_Style); |
paint.setColor(SK_ColorBLACK); |