aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-07 12:47:44 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-07 18:28:22 +0000
commit383c418ec9eb942f64aebc2fc2b9a362ba2fdc58 (patch)
treebad8f98c8c9006b997f1d40e50eadf1a5cf729b9 /include
parent98996fa5c771d10228accea52c27e25c2f6d54eb (diff)
Remove GrStencilAndCoverTextContext
TBR=bsalomon@google.com Change-Id: Ibbb26e2ba74df43c3156f95bea258cda998500cb Reviewed-on: https://skia-review.googlesource.com/105260 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPaint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 530b3d42b4..407eab1eef 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -1716,7 +1716,6 @@ private:
friend class GrAtlasTextContext;
friend class GrGLPathRendering;
friend class GrPathRendering;
- friend class GrStencilAndCoverTextContext;
friend class GrTextUtils;
friend class SkAutoGlyphCache;
friend class SkAutoGlyphCacheNoGamma;