diff options
-rw-r--r-- | include/core/SkMask.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkMask.h b/include/core/SkMask.h index 6cbf37a189..608010dcc0 100644 --- a/include/core/SkMask.h +++ b/include/core/SkMask.h @@ -100,7 +100,6 @@ struct SkMask { */ const uint32_t* getAddrLCD(int x, int y) const { SkASSERT(fFormat == kHorizontalLCD_Format || fFormat == kVerticalLCD_Format); - SkASSERT(fBounds.contains(x, y)); SkASSERT(fImage != NULL); return reinterpret_cast<const uint32_t*>(fImage + SkAlign4(fRowBytes * fBounds.height())) + |