Index: src/core/SkScan_AntiPath.cpp |
diff --git a/src/core/SkScan_AntiPath.cpp b/src/core/SkScan_AntiPath.cpp |
index 545a70129e1a3950b8f7eda3a51f881753e30ff3..158f34d265bc352562412014ef3abe285b313c0c 100644 |
--- a/src/core/SkScan_AntiPath.cpp |
+++ b/src/core/SkScan_AntiPath.cpp |
@@ -454,10 +454,7 @@ |
fMask.fFormat = SkMask::kA8_Format; |
fClipRect = ir; |
- if (!fClipRect.intersect(clip.getBounds())) { |
- SkASSERT(0); |
- fClipRect.setEmpty(); |
- } |
+ fClipRect.intersect(clip.getBounds()); |
// For valgrind, write 1 extra byte at the end so we don't read |
// uninitialized memory. See comment in add_aa_span and fStorage[]. |