| Index: gm/imagefiltersgraph.cpp
|
| diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp
|
| index 37ed885dd731fc7989247d1a91b7dfb2ad8033b9..8af268e5681a9777e77fc6cf1a4f5803b07bf80c 100644
|
| --- a/gm/imagefiltersgraph.cpp
|
| +++ b/gm/imagefiltersgraph.cpp
|
| @@ -46,7 +46,7 @@ public:
|
| SkBitmap source = src;
|
| SkImageFilter* input = getInput(0);
|
| SkIPoint srcOffset = SkIPoint::Make(0, 0);
|
| - if (NULL != input && !input->filterImage(proxy, src, ctx, &source, &srcOffset)) {
|
| + if (input && !input->filterImage(proxy, src, ctx, &source, &srcOffset)) {
|
| return false;
|
| }
|
|
|
|
|