From 824e730789e8535b7d0ee13dd2cd53674e19405f Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Thu, 17 Aug 2017 09:15:28 -0400 Subject: Remove SkFAIL. This macro just forwards to SK_ABORT. It appears there are now no users. Change-Id: I25a736790d7799b8ff51d879a823ee1b6b9cb47e Reviewed-on: https://skia-review.googlesource.com/35760 Reviewed-by: Ben Wagner Commit-Queue: Ben Wagner --- include/private/GrTypesPriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/private') diff --git a/include/private/GrTypesPriv.h b/include/private/GrTypesPriv.h index b83a73343d..1536f7b229 100644 --- a/include/private/GrTypesPriv.h +++ b/include/private/GrTypesPriv.h @@ -356,7 +356,7 @@ static inline bool GrSLTypeAcceptsPrecision(GrSLType type) { case kInt4_GrSLType: return false; } - SkFAIL("Unexpected type"); + SK_ABORT("Unexpected type"); return false; } -- cgit v1.2.3