Index: src/gpu/effects/GrBitmapTextGeoProc.cpp |
diff --git a/src/gpu/effects/GrBitmapTextGeoProc.cpp b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
index 3b4f24cb627d69987ecdf4878f9cbd7acef4ab79..85d08629ac5bb4bf852923667df4e68d37108719 100644 |
--- a/src/gpu/effects/GrBitmapTextGeoProc.cpp |
+++ b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
@@ -127,7 +127,7 @@ GrBitmapTextGeoProc::GrBitmapTextGeoProc(GrColor color, GrTexture* texture, |
, fLocalMatrix(localMatrix) |
, fUsesLocalCoords(usesLocalCoords) |
, fTextureAccess(texture, params) |
- , fInColor(NULL) |
+ , fInColor(nullptr) |
, fMaskFormat(format) { |
this->initClassID<GrBitmapTextGeoProc>(); |
fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType)); |