Index: src/gpu/effects/GrBicubicEffect.h |
diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h |
index ff2d60e4317249d8e38b9dff4e7b541259e2590d..18382a3a7ddc4d36b2377ba6cd2dc10af0fb3dd2 100644 |
--- a/src/gpu/effects/GrBicubicEffect.h |
+++ b/src/gpu/effects/GrBicubicEffect.h |
@@ -34,8 +34,8 @@ public: |
*/ |
static GrFragmentProcessor* Create(GrProcessorDataManager* procDataManager, GrTexture* tex, |
const SkScalar coefficients[16], |
- const SkRect* domain = NULL) { |
- if (NULL == domain) { |
+ const SkRect* domain = nullptr) { |
+ if (nullptr == domain) { |
static const SkShader::TileMode kTileModes[] = { SkShader::kClamp_TileMode, |
SkShader::kClamp_TileMode }; |
return Create(procDataManager, tex, coefficients, |