Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 8467d6a082776a686f7f95f23dbec62dad46e49f..ac44a5ce6d62ba789045cef16c92859ec42cab3c 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1113,7 +1113,7 @@ static void test_bitmap_with_encoded_data(skiatest::Reporter* reporter) { |
SkBitmap bm; |
bool installSuccess = SkInstallDiscardablePixelRef( |
- SkDecodingImageGenerator::Create(data, SkDecodingImageGenerator::Options()), &bm, NULL); |
+ SkDecodingImageGenerator::Create(data, SkDecodingImageGenerator::Options()), &bm); |
REPORTER_ASSERT(reporter, installSuccess); |
// Write both bitmaps to pictures, and ensure that the resulting data streams are the same. |