Index: src/fonts/SkTestScalerContext.cpp |
diff --git a/src/fonts/SkTestScalerContext.cpp b/src/fonts/SkTestScalerContext.cpp |
index 8ff9f4323b2a3030b43a241a2a31ce45f3799aeb..ed98dba19e757b626d9f25c0c989128c0d0ef716 100644 |
--- a/src/fonts/SkTestScalerContext.cpp |
+++ b/src/fonts/SkTestScalerContext.cpp |
@@ -137,7 +137,6 @@ void SkTestTypeface::getPath(const SkGlyph& glyph, SkPath* path) { |
void SkTestTypeface::onFilterRec(SkScalerContextRec* rec) const { |
rec->setHinting(SkPaint::kNo_Hinting); |
- rec->fMaskFormat = SkMask::kA8_Format; |
} |
SkAdvancedTypefaceMetrics* SkTestTypeface::onGetAdvancedTypefaceMetrics( |
@@ -243,7 +242,6 @@ protected: |
glyph->fTop = ibounds.fTop; |
glyph->fWidth = ibounds.width(); |
glyph->fHeight = ibounds.height(); |
- glyph->fMaskFormat = SkMask::kARGB32_Format; |
} |
void generateImage(const SkGlyph& glyph) override { |