| Index: src/core/SkGlyphCache.h | 
| diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h | 
| index 9f137a26a1d52e27b78b9fd9a6540e57d2d2cea7..bb34a7d977411784971c9658793ad787e7197237 100644 | 
| --- a/src/core/SkGlyphCache.h | 
| +++ b/src/core/SkGlyphCache.h | 
| @@ -84,10 +84,6 @@ public: | 
| this will trigger that. | 
| */ | 
| const SkPath* findPath(const SkGlyph&); | 
| -    /** Return the distance field associated with the glyph. If it has not been generated | 
| -     this will trigger that. | 
| -     */ | 
| -    const void* findDistanceField(const SkGlyph&); | 
|  | 
| /** Return the vertical metrics for this strike. | 
| */ | 
|  |