Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.cpp |
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
| index 685d4e8e875e83e10181d8dca5bb8552dde81442..7a1f4be3fd9f4b1a4fa7a010bc028628a012fbf5 100644 |
| --- a/src/gpu/gl/GrGpuGL.cpp |
| +++ b/src/gpu/gl/GrGpuGL.cpp |
| @@ -891,7 +891,7 @@ FAILED: |
| // good to set a break-point here to know when createTexture fails |
| static GrTexture* return_null_texture() { |
| -// SkASSERT(!"null texture"); |
| +// SkDEBUGFAIL("null texture"); |
| return NULL; |
| } |