summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h')
-rw-r--r--chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h b/chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h
index 1b4c7444b40..40b4b34004d 100644
--- a/chromium/third_party/skia/src/gpu/gl/GrGLVertexEffect.h
+++ b/chromium/third_party/skia/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: