diff options
Diffstat (limited to 'include/core/SkTextBlob.h')
-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; |