Index: src/core/SkGlyphCache.h |
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h |
index 4daf6b06b6c07c04bcdada8fdcac516475b33a63..2939eaa678f99f0201a9205b2963dfcd24f435da 100644 |
--- a/src/core/SkGlyphCache.h |
+++ b/src/core/SkGlyphCache.h |
@@ -76,14 +76,6 @@ public: |
*/ |
unsigned getGlyphCount(); |
-#ifdef SK_BUILD_FOR_ANDROID |
- /** Returns the base glyph count for this strike. |
- */ |
- unsigned getBaseGlyphCount(SkUnichar charCode) const { |
- return fScalerContext->getBaseGlyphCount(charCode); |
- } |
-#endif |
- |
/** Return the image associated with the glyph. If it has not been generated |
this will trigger that. |
*/ |