| Index: src/gpu/effects/GrConfigConversionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| index 9b342fb463dde2e961c693c8a35bd5520e045146..f33ad239c518b1de5f98ccec29e02394670a9dd0 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| @@ -61,7 +61,7 @@ public:
|
| outputColor, outputColor, outputColor, swiz, outputColor, outputColor);
|
| break;
|
| default:
|
| - GrCrash("Unknown conversion op.");
|
| + SkFAIL("Unknown conversion op.");
|
| break;
|
| }
|
| }
|
|
|