Index: include/gpu/GrClip.h |
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h |
index 18f212f962666b2535d7c832a128f74e37f469d7..cf6e65c976289c52906e3db2183c7ce884cc6a5d 100644 |
--- a/include/gpu/GrClip.h |
+++ b/include/gpu/GrClip.h |
@@ -85,6 +85,8 @@ public: |
return this->irect() == other.irect(); |
break; |
} |
+ SkFAIL("This should not occur\n"); |
+ return false; |
} |
bool operator!=(const GrClip& other) const { |