aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTextBlob.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-04-08 09:08:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-08 09:08:31 -0700
commitb7133bed55af8dd4ca9427892bb1a5623dbaccf0 (patch)
tree4bcd9cdde8588e40b5c388dea7b715755155a51c /include/core/SkTextBlob.h
parent2ad228e8ff3ad7050c58d563879b9831c688e2f1 (diff)
Adding a cache + memory pool for GPU TextBlobs
Diffstat (limited to 'include/core/SkTextBlob.h')
-rw-r--r--include/core/SkTextBlob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index 950ad8d1a0..a091f05f5f 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -92,6 +92,7 @@ private:
static unsigned ScalarsPerGlyph(GlyphPositioning pos);
friend class GrAtlasTextContext;
+ friend class GrTextBlobCache;
friend class GrTextContext;
friend class SkBaseDevice;
friend class SkTextBlobBuilder;