Index: src/gpu/gl/GrGLVertexEffect.h |
diff --git a/src/gpu/gl/GrGLVertexEffect.h b/src/gpu/gl/GrGLVertexEffect.h |
index 1b4c7444b40f53da9d0193ec8efd21bc74623400..40b4b34004d086694f95820c204d3c94bbc58eec 100644 |
--- a/src/gpu/gl/GrGLVertexEffect.h |
+++ b/src/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: |