summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGLVertexEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gl/GrGLVertexEffect.h')
-rw-r--r--gpu/gl/GrGLVertexEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gl/GrGLVertexEffect.h b/gpu/gl/GrGLVertexEffect.h
index 1b4c7444..40b4b340 100644
--- a/gpu/gl/GrGLVertexEffect.h
+++ b/gpu/gl/GrGLVertexEffect.h
@@ -42,7 +42,7 @@ public:
const char* inputColor,
const TransformedCoordsArray& coords,
const TextureSamplerArray& samplers) SK_OVERRIDE {
- GrCrash("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
+ SkFAIL("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
}
private: