Index: src/gpu/text/GrBatchFontCache.cpp |
diff --git a/src/gpu/text/GrBatchFontCache.cpp b/src/gpu/text/GrBatchFontCache.cpp |
index 97c55e28adf38d670f55d0c89ee1ab1818d766cf..8345b5cf4bbdc5d031cf73dda0220c0ec39a8a02 100644 |
--- a/src/gpu/text/GrBatchFontCache.cpp |
+++ b/src/gpu/text/GrBatchFontCache.cpp |
@@ -210,8 +210,6 @@ bool GrBatchTextStrike::addGlyphToAtlas(GrDrawBatch::Target* target, |
SkASSERT(scaler); |
SkASSERT(fCache.find(glyph->fPackedID)); |
- SkAutoUnref ar(SkSafeRef(scaler)); |
- |
int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); |
size_t size = glyph->fBounds.area() * bytesPerPixel; |