Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index a8800fab55b0f384f5f0565d071ac53c1158d245..23ae3fa31f41e795eefda884fa4b42f9d3873a15 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -89,7 +89,7 @@ public: |
fTexParamsTimestamp = timestamp; |
} |
- GrGLuint textureID() const { return (NULL != fTexIDObj.get()) ? fTexIDObj->id() : 0; } |
+ GrGLuint textureID() const { return (fTexIDObj.get()) ? fTexIDObj->id() : 0; } |
protected: |
// overrides of GrTexture |