Index: src/core/SkTextBlob.cpp |
diff --git a/src/core/SkTextBlob.cpp b/src/core/SkTextBlob.cpp |
index 2ccf26b1c6fdd1f50009cc0f7950268f335f618d..7fd96ad8b284b1ed9625b4ab7a91dcf6e956828f 100644 |
--- a/src/core/SkTextBlob.cpp |
+++ b/src/core/SkTextBlob.cpp |
@@ -403,8 +403,6 @@ SkRect SkTextBlobBuilder::TightRunBounds(const SkTextBlob::RunRecord& run) { |
} |
SkASSERT((void*)glyphPosX <= SkTextBlob::RunRecord::Next(&run)); |
- SkASSERT(run.positioning() == SkTextBlob::kHorizontal_Positioning || |
- (void*)glyphPosY <= SkTextBlob::RunRecord::Next(&run)); |
return bounds.makeOffset(run.offset().x(), run.offset().y()); |
} |