Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index c051f91242aff17d2f3c6702ca533904d355be9c..dd5b2c83bdd418b7bfb259fb0ebb38a3c512883d 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -345,7 +345,7 @@ protected: |
case kLineStrip_GrPrimitiveType: |
return kDrawLines_DrawType; |
default: |
- GrCrash("Unexpected primitive type"); |
+ SkFAIL("Unexpected primitive type"); |
return kDrawTriangles_DrawType; |
} |
} |