diff options
author | cdalton <cdalton@nvidia.com> | 2015-10-05 15:37:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-05 15:37:35 -0700 |
commit | cdd7907a3d7daf195f76e33af5dab20c83fe715f (patch) | |
tree | b77761c6f26bcf84620b52bbc3361f6ce7255398 /include/core | |
parent | 02015e51d90597e13525d46aa1757f34fc19307b (diff) |
Implement cached nvpr text blobs
BUG=skia:
Review URL: https://codereview.chromium.org/1381073002
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkTextBlob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h index b1ae456689..a39f378abc 100644 --- a/include/core/SkTextBlob.h +++ b/include/core/SkTextBlob.h @@ -93,6 +93,7 @@ private: static unsigned ScalarsPerGlyph(GlyphPositioning pos); friend class GrAtlasTextContext; + friend class GrStencilAndCoverTextContext; friend class GrTextBlobCache; friend class GrTextContext; friend class SkBaseDevice; |