Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index b5ea2a7be5e807eaa7fd223cc6a06699a94de701..672df42334dc2f48c2cf2f6b72a7759ef4d4ac69 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -313,7 +313,7 @@ private: |
void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) { |
if (!gpu->glCaps().vertexArrayObjectSupport()) { |
- GrAssert(0 == arrayID); |
+ SkASSERT(0 == arrayID); |
return; |
} |
if (!fBoundVertexArrayIDIsValid || arrayID != fBoundVertexArrayID) { |