aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrTextUtils.h
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-05-24 16:12:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-29 17:52:16 +0000
commit862405921bdbf599bac3bd829e9d6a81a4ee4d37 (patch)
tree01571847d8167751642601c4e147e8cf2ec1e4a5 /src/gpu/text/GrTextUtils.h
parentbfb2a05af105f452a0f369e39dae05f9224dfa19 (diff)
Rename GrAtlasTextBlob -> GrTextBlob
Change-Id: I61311b48f206890dfd1a20796d7d678cd05ef5a3 Reviewed-on: https://skia-review.googlesource.com/130140 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Herb Derby <herb@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 8b07f1c245..3a0ad0ac71 100644
--- a/src/gpu/text/GrTextUtils.h
+++ b/src/gpu/text/GrTextUtils.h
@@ -16,7 +16,7 @@
#include "SkTextToPathIter.h"
#include "SkTLazy.h"
-class GrAtlasTextBlob;
+class GrTextBlob;
class GrAtlasTextOp;
class GrTextStrike;
class GrClip;