Chromium Code Reviews| Index: tools/LazyDecodeBitmap.cpp |
| diff --git a/tools/LazyDecodeBitmap.cpp b/tools/LazyDecodeBitmap.cpp |
| index 9a4a36ffe85914360ff2db49af5701d574516382..6843286cf4a89996e9cc26f32696d26faea1fdef 100644 |
| --- a/tools/LazyDecodeBitmap.cpp |
| +++ b/tools/LazyDecodeBitmap.cpp |
| @@ -32,7 +32,7 @@ bool sk_tools::LazyDecodeBitmap(const void* src, |
| } |
| SkAutoTDelete<SkImageGenerator> gen(SkNEW_ARGS(SkDecodingImageGenerator, |
| - (data))); |
| + (data, NULL))); |
| SkImageInfo info; |
| if (!gen->getInfo(&info)) { |
| return false; |