| Index: src/gpu/gl/GrGLCreateNullInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| index 18a9d7264e6b8a094db4993b6c1de6830b7f7c72..2ef7659db7d87a96474db2f7c185ad82197eb92a 100644
|
| --- a/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| +++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| @@ -125,7 +125,7 @@ GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target,
|
| id = gCurrElementArrayBuffer;
|
| break;
|
| default:
|
| - GrCrash("Unexpected target to nullGLBufferData");
|
| + SkFAIL("Unexpected target to nullGLBufferData");
|
| break;
|
| }
|
|
|
| @@ -251,7 +251,7 @@ GrGLvoid GR_GL_FUNCTION_TYPE nullGLGetBufferParameteriv(GrGLenum target, GrGLenu
|
| }
|
| break; }
|
| default:
|
| - GrCrash("Unexpected pname to GetBufferParamateriv");
|
| + SkFAIL("Unexpected pname to GetBufferParamateriv");
|
| break;
|
| }
|
| };
|
|
|