aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-01-07 10:12:16 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-07 10:12:16 -0800
commita27b82ddf0fad959371a4ab1fba931826edb2f54 (patch)
tree126562d38bd42ba438aa9c6f835d8c77ff5e2a1f /src/core/SkGlyphCache.h
parent690fc594f11a987ba0e885a7eb01aff363395f12 (diff)
Remove distance field generation and storage from SkGlyphCache.
Diffstat (limited to 'src/core/SkGlyphCache.h')
-rw-r--r--src/core/SkGlyphCache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h
index 9f137a26a1..bb34a7d977 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.
*/