Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index bf0f91ceb25e896493afbb3c2e98f8291be56e13..48cd573dc4d115b59983d3b656ae13d0be7fd7d6 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -880,10 +880,6 @@ public: |
const SkPoint pos[], SkPath* path) const; |
#ifdef SK_BUILD_FOR_ANDROID |
- const SkGlyph& getUnicharMetrics(SkUnichar, const SkMatrix*); |
- const SkGlyph& getGlyphMetrics(uint16_t, const SkMatrix*); |
- const void* findImage(const SkGlyph&, const SkMatrix*); |
- |
uint32_t getGenerationID() const; |
void setGenerationID(uint32_t generationID); |