Index: include/gpu/GrContextFactory.h |
diff --git a/include/gpu/GrContextFactory.h b/include/gpu/GrContextFactory.h |
index 916d5df879e5854a48b27f2c910b00a9421874f4..f09bad932b8aa75b8d43fb6b6a47a5a4f50c1206 100644 |
--- a/include/gpu/GrContextFactory.h |
+++ b/include/gpu/GrContextFactory.h |
@@ -84,7 +84,7 @@ public: |
case kDebug_GLContextType: |
return "debug"; |
default: |
- GrCrash("Unknown GL Context type."); |
+ SkFAIL("Unknown GL Context type."); |
} |
} |