Chromium Code Reviews| Index: src/effects/SkGpuBlurUtils.cpp |
| diff --git a/src/effects/SkGpuBlurUtils.cpp b/src/effects/SkGpuBlurUtils.cpp |
| index aa7f9952f92436137c19853bfb3f96ade4a939e9..a9a53f2acf5a8da8e6cadbc72e2f52b135feecad 100644 |
| --- a/src/effects/SkGpuBlurUtils.cpp |
| +++ b/src/effects/SkGpuBlurUtils.cpp |
| @@ -146,7 +146,7 @@ GrTexture* GaussianBlur(GrContext* context, |
| bool cropToRect, |
| float sigmaX, |
| float sigmaY) { |
| - SkASSERT(NULL != context); |
| + SkASSERT(context); |
| GrContext::AutoRenderTarget art(context); |