| Index: tests/SerializationTest.cpp
|
| ===================================================================
|
| --- tests/SerializationTest.cpp (revision 14237)
|
| +++ tests/SerializationTest.cpp (working copy)
|
| @@ -370,7 +370,7 @@
|
| // Test simple SkPicture serialization
|
| {
|
| SkPictureRecorder recorder;
|
| - bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize));
|
| + bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));
|
| REPORTER_ASSERT(reporter, didDraw);
|
| SkAutoTUnref<SkPicture> pict(recorder.endRecording());
|
|
|
|
|