Index: src/core/SkGlyphCache.h |
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h |
index 135942b28bb22ac7122fa9d341f8eb97ff84aa7a..8b404dcc097f627c687a532986f0ff5ed3046325 100644 |
--- a/src/core/SkGlyphCache.h |
+++ b/src/core/SkGlyphCache.h |
@@ -92,6 +92,10 @@ 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. |
*/ |