Index: src/gpu/gl/debug/GrTextureUnitObj.h |
diff --git a/src/gpu/gl/debug/GrTextureUnitObj.h b/src/gpu/gl/debug/GrTextureUnitObj.h |
index 7d9ed2e6df1cac9ca5cfb5078a9849d6ad61fc1c..b0254a0fc1a4d47d377a60c3c07a86532c8931ea 100644 |
--- a/src/gpu/gl/debug/GrTextureUnitObj.h |
+++ b/src/gpu/gl/debug/GrTextureUnitObj.h |
@@ -22,7 +22,7 @@ public: |
GrTextureUnitObj() |
: GrFakeRefObj() |
, fNumber(0) |
- , fTexture(NULL) { |
+ , fTexture(nullptr) { |
} |
void setNumber(GrGLenum number) { |