aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLVertexArray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLVertexArray.cpp')
-rw-r--r--src/gpu/gl/GrGLVertexArray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLVertexArray.cpp b/src/gpu/gl/GrGLVertexArray.cpp
index 59f2be9831..745e532645 100644
--- a/src/gpu/gl/GrGLVertexArray.cpp
+++ b/src/gpu/gl/GrGLVertexArray.cpp
@@ -44,7 +44,7 @@ static AttribLayout attrib_layout(GrVertexAttribType type) {
case kUint_GrVertexAttribType:
return {false, 1, GR_GL_UNSIGNED_INT};
}
- SkFAIL("Unknown vertex attrib type");
+ SK_ABORT("Unknown vertex attrib type");
return {false, 0, 0};
};