summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gl/GrGLSL.h')
-rw-r--r--gpu/gl/GrGLSL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gl/GrGLSL.h b/gpu/gl/GrGLSL.h
index 8234be9c..ff39c2b6 100644
--- a/gpu/gl/GrGLSL.h
+++ b/gpu/gl/GrGLSL.h
@@ -70,7 +70,7 @@ static inline const char* GrGLSLTypeString(GrSLType t) {
case kSampler2D_GrSLType:
return "sampler2D";
default:
- GrCrash("Unknown shader var type.");
+ SkFAIL("Unknown shader var type.");
return ""; // suppress warning
}
}