Index: src/gpu/gl/debug/GrDebugGL.cpp |
diff --git a/src/gpu/gl/debug/GrDebugGL.cpp b/src/gpu/gl/debug/GrDebugGL.cpp |
index 71607c8b0d02253bbc543ab22ae41f1b5fda22f4..e5b00c10c1281f74094dff88f6676b129472555c 100644 |
--- a/src/gpu/gl/debug/GrDebugGL.cpp |
+++ b/src/gpu/gl/debug/GrDebugGL.cpp |
@@ -112,7 +112,7 @@ void GrDebugGL::setArrayBuffer(GrBufferObj *arrayBuffer) { |
} |
void GrDebugGL::setVertexArray(GrVertexArrayObj* vertexArray) { |
- if (NULL != vertexArray) { |
+ if (vertexArray) { |
SkASSERT(!vertexArray->getDeleted()); |
} |
SkRefCnt_SafeAssign(fVertexArray, vertexArray); |