Index: src/gpu/gl/GrGLVertexArray.h |
diff --git a/src/gpu/gl/GrGLVertexArray.h b/src/gpu/gl/GrGLVertexArray.h |
index 2d1ff2950d22647f3ae9e6123646365b83932574..7352caf88b66518f66ee6287a56adbef862c4144 100644 |
--- a/src/gpu/gl/GrGLVertexArray.h |
+++ b/src/gpu/gl/GrGLVertexArray.h |
@@ -26,7 +26,7 @@ struct GrGLAttribLayout { |
}; |
static inline const GrGLAttribLayout& GrGLAttribTypeToLayout(GrVertexAttribType type) { |
- GrAssert(type >= 0 && type < kGrVertexAttribTypeCount); |
+ SkASSERT(type >= 0 && type < kGrVertexAttribTypeCount); |
static const GrGLAttribLayout kLayouts[kGrVertexAttribTypeCount] = { |
{1, GR_GL_FLOAT, false}, // kFloat_GrVertexAttribType |
{2, GR_GL_FLOAT, false}, // kVec2f_GrVertexAttribType |