Chromium Code Reviews| Index: gm/pictureimagefilter.cpp |
| =================================================================== |
| --- gm/pictureimagefilter.cpp (revision 14237) |
| +++ gm/pictureimagefilter.cpp (working copy) |
| @@ -23,7 +23,7 @@ |
| void makePicture() { |
| SkPictureRecorder recorder; |
| - SkCanvas* canvas = recorder.beginRecording(100, 100); |
| + SkCanvas* canvas = recorder.beginRecording(100, 100, NULL, 0); |
| canvas->clear(0x00000000); |
| SkPaint paint; |
| paint.setAntiAlias(true); |