aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrTextUtils.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-03-01 14:28:44 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-01 19:57:34 +0000
commitcaf1ebb95f7fea81d416b81beb4b46c25643c714 (patch)
tree2dbdba2fdb7011deb68c7b22465aa02f911cdb5f /src/gpu/text/GrTextUtils.h
parent96ee11959c580f62078db2a3b6dc779da6c3f6c0 (diff)
sk_sp-ify GrGlyphCache
Hopefully, this makes it clearer that the subRuns of the GrAtlasTextBlobs carry a ref on the GrAtlasTextStrikes Change-Id: I3d612074d98bc26240465f717711b7a2bcecb6ed Reviewed-on: https://skia-review.googlesource.com/110981 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'src/gpu/text/GrTextUtils.h')
-rw-r--r--src/gpu/text/GrTextUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/text/GrTextUtils.h b/src/gpu/text/GrTextUtils.h
index 69421c2474..ec26a86018 100644
--- a/src/gpu/text/GrTextUtils.h
+++ b/src/gpu/text/GrTextUtils.h
@@ -18,7 +18,7 @@
class GrAtlasTextBlob;
class GrAtlasTextOp;
-class GrAtlasTextStrike;
+class GrTextStrike;
class GrClip;
class GrColorSpaceXform;
class GrContext;