aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-03-22 16:10:30 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-22 23:47:19 +0000
commit7956b59ba50bbeeaa5bfece6dd9894175168366d (patch)
tree959f2254ee342c6c36b8eb448a3720c9dec1e51e /include/core
parentc912d6133c66df7cde3d64adc76941856a12da64 (diff)
Remove SkAutoGlyphCache decls that happen to work
...and fix sample code. Change-Id: I673770125064f8451e3d88ec4929a68409935ad1 Reviewed-on: https://skia-review.googlesource.com/115995 Reviewed-by: Ben Wagner <bungeman@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 5cd05a2ddc..6dc7ed4f5f 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -15,7 +15,6 @@
#include "SkRefCnt.h"
class SkAutoDescriptor;
-class SkAutoGlyphCache;
class SkColorFilter;
class SkData;
class SkDescriptor;
@@ -1700,7 +1699,6 @@ private:
friend class GrGLPathRendering;
friend class GrPathRendering;
friend class GrTextUtils;
- friend class SkAutoGlyphCache;
friend class SkAutoGlyphCacheNoGamma;
friend class SkCanonicalizePaint;
friend class SkCanvas;