| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 501411c0e98fed6bd997d7da6521853da6254dd4..890b816752a1be093570d28169e10428778f11c9 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -579,7 +579,7 @@ void GrGLCaps::markColorConfigAndStencilFormatAsVerified(
|
| return;
|
| }
|
| }
|
| - GrCrash("Why are we seeing a stencil format that "
|
| + SkFAIL("Why are we seeing a stencil format that "
|
| "GrGLCaps doesn't know about.");
|
| }
|
|
|
| @@ -600,7 +600,7 @@ bool GrGLCaps::isColorConfigAndStencilFormatVerified(
|
| return fStencilVerifiedColorConfigs[i].isVerified(config);
|
| }
|
| }
|
| - GrCrash("Why are we seeing a stencil format that "
|
| + SkFAIL("Why are we seeing a stencil format that "
|
| "GLCaps doesn't know about.");
|
| return false;
|
| }
|
|
|