summaryrefslogtreecommitdiff
path: root/gpu/GrPaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/GrPaint.cpp')
-rw-r--r--gpu/GrPaint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/GrPaint.cpp b/gpu/GrPaint.cpp
index 7499cd0e..35912a94 100644
--- a/gpu/GrPaint.cpp
+++ b/gpu/GrPaint.cpp
@@ -104,7 +104,7 @@ bool GrPaint::getOpaqueAndKnownColor(GrColor* solidColor,
case kDA_GrBlendCoeff:
case kIDA_GrBlendCoeff:
default:
- GrCrash("srcCoeff should not refer to src or dst.");
+ SkFAIL("srcCoeff should not refer to src or dst.");
break;
// TODO: update this once GrPaint actually has a const color.