Index: src/gpu/GrBatchFontCache.cpp |
diff --git a/src/gpu/GrBatchFontCache.cpp b/src/gpu/GrBatchFontCache.cpp |
index dc5b43a54736759b2b325d8d7eccd45f40660239..d6ffc507e74560957e09b7b33c152223393a6c0d 100644 |
--- a/src/gpu/GrBatchFontCache.cpp |
+++ b/src/gpu/GrBatchFontCache.cpp |
@@ -201,7 +201,6 @@ bool GrBatchTextStrike::addGlyphToAtlas(GrBatchTarget* batchTarget, GrGlyph* gly |
SkASSERT(glyph); |
SkASSERT(scaler); |
SkASSERT(fCache.find(glyph->fPackedID)); |
- SkASSERT(NULL == glyph->fPlot); |
SkAutoUnref ar(SkSafeRef(scaler)); |