summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/src/gpu/GrPaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/GrPaint.cpp')
-rw-r--r--chromium/third_party/skia/src/gpu/GrPaint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/skia/src/gpu/GrPaint.cpp b/chromium/third_party/skia/src/gpu/GrPaint.cpp
index 7499cd0ea24..35912a94bd5 100644
--- a/chromium/third_party/skia/src/gpu/GrPaint.cpp
+++ b/chromium/third_party/skia/src/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.