| Index: src/gpu/GrPaint.cpp
|
| diff --git a/src/gpu/GrPaint.cpp b/src/gpu/GrPaint.cpp
|
| index 7499cd0ea24d7707a20d9f3c66148ea46fe8a262..35912a94bd559955bf015c18e41d053351b3037d 100644
|
| --- a/src/gpu/GrPaint.cpp
|
| +++ b/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.
|
|
|