aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTextBlob.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-03-31 13:32:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-31 13:32:05 -0700
commit7c3a2f834e0ba3f11a3129d5348b393efcc9b0e1 (patch)
treec3db9be6811f50b7f43320253779ff8c3aaaba69 /include/core/SkTextBlob.h
parent7b6db098051c52c0454c0f00445353c6fc33f810 (diff)
BitmapTextBatch and BitmapTextBlob
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 d31ec5c760..4ec9c5fb4d 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -91,6 +91,7 @@ private:
static unsigned ScalarsPerGlyph(GlyphPositioning pos);
+ friend class GrBitmapTextContextB;
friend class GrTextContext;
friend class SkBaseDevice;
friend class SkTextBlobBuilder;