Index: include/gpu/GrTypesPriv.h |
diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h |
index f09f95d9185c456b95151d01af272691c6c4e19b..dfe415345a46326e140de5865e9f9425c1ccf761 100644 |
--- a/include/gpu/GrTypesPriv.h |
+++ b/include/gpu/GrTypesPriv.h |
@@ -212,7 +212,7 @@ static inline GrEffectEdgeType GrInvertEffectEdgeType(const GrEffectEdgeType edg |
case kInverseFillAA_GrEffectEdgeType: |
return kFillAA_GrEffectEdgeType; |
case kHairlineAA_GrEffectEdgeType: |
- GrCrash("Hairline fill isn't invertible."); |
+ SkFAIL("Hairline fill isn't invertible."); |
} |
return kFillAA_GrEffectEdgeType; // suppress warning. |
} |