| Index: samplecode/SampleEncode.cpp
|
| diff --git a/samplecode/SampleEncode.cpp b/samplecode/SampleEncode.cpp
|
| index 080c05f5d77e8a2f535109dfceb6585de0ee6c57..e65b2d38554196c1b5fb1f95526e22a57f1b51e9 100644
|
| --- a/samplecode/SampleEncode.cpp
|
| +++ b/samplecode/SampleEncode.cpp
|
| @@ -196,7 +196,7 @@ protected:
|
| if (!SkInstallDiscardablePixelRef(
|
| SkDecodingImageGenerator::Create(encoded,
|
| SkDecodingImageGenerator::Options()),
|
| - &bm, NULL)) {
|
| + &bm)) {
|
| SkDebugf("[%s:%d] failed to decode %s%s\n",
|
| __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
|
| }
|
|
|