| Index: src/gpu/effects/GrConvolutionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp
|
| index 57cdece9d8217f59e58b27c192a2dc3ac540b01f..aad7c878c989ae47a2f0b111243f9fe10a1c1ded 100644
|
| --- a/src/gpu/effects/GrConvolutionEffect.cpp
|
| +++ b/src/gpu/effects/GrConvolutionEffect.cpp
|
| @@ -118,7 +118,7 @@ void GrGLConvolutionEffect::setData(const GrGLUniformManager& uman,
|
| imageIncrement[1] = ySign / texture.height();
|
| break;
|
| default:
|
| - GrCrash("Unknown filter direction.");
|
| + SkFAIL("Unknown filter direction.");
|
| }
|
| uman.set2fv(fImageIncrementUni, 1, imageIncrement);
|
| if (conv.useBounds()) {
|
|
|