| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index 3c53dd38381718db159b24c8fff0f639bee14c16..7b9898a63beb99ce46e274e96ef2456cde504807 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -379,7 +379,7 @@ static void test_bitmap_with_encoded_data(skiatest::Reporter* reporter) {
|
| SkAutoDataUnref data(wStream.copyToData());
|
|
|
| SkBitmap bm;
|
| - bool installSuccess = SkDecodingImageGenerator::Install(data, &bm);
|
| + bool installSuccess = SkDecodingImageGenerator::Install(data, &bm, NULL);
|
| REPORTER_ASSERT(reporter, installSuccess);
|
|
|
| // Write both bitmaps to pictures, and ensure that the resulting data streams are the same.
|
|
|