| Index: src/effects/SkMorphologyImageFilter.cpp
|
| diff --git a/src/effects/SkMorphologyImageFilter.cpp b/src/effects/SkMorphologyImageFilter.cpp
|
| index c6c470c390cb9f059b69b0e1d5ebf26113358e96..df04cb170d881f1bf2a14fdf76a55610a803c9e0 100644
|
| --- a/src/effects/SkMorphologyImageFilter.cpp
|
| +++ b/src/effects/SkMorphologyImageFilter.cpp
|
| @@ -502,7 +502,7 @@ bool apply_morphology(const SkBitmap& input,
|
| SkISize radius,
|
| SkBitmap* dst) {
|
| GrTexture* srcTexture = input.getTexture();
|
| - SkASSERT(NULL != srcTexture);
|
| + SkASSERT(srcTexture);
|
| GrContext* context = srcTexture->getContext();
|
| srcTexture->ref();
|
| SkAutoTUnref<GrTexture> src(srcTexture);
|
|
|