| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index 7efa067ddbb180c69a23e1b04e826baade418b6b..5bf0efb7671004b6e80a3948a8613c13e73af3f2 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -117,7 +117,7 @@ GrGLInterface* GrGLInterface::NewClone(const GrGLInterface* interface) {
|
| }
|
|
|
| #define RETURN_FALSE_INTERFACE \
|
| - GrDebugCrash("GrGLInterface::validate() failed."); \
|
| + SkDEBUGFAIL("GrGLInterface::validate() failed."); \
|
| return false; \
|
|
|
| bool GrGLInterface::validate() const {
|
|
|