From 8a6348e6d2ef095358cfc7d29d2a50d684cc719e Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Thu, 12 Jul 2018 15:30:35 -0400 Subject: Introduce text blob processing but don't wire it up Have all the old code paths start using lists in preparation for introducing text blobs. Change-Id: I65cc02ee3da63bc3c9492db78a08b0eee3b1f931 Reviewed-on: https://skia-review.googlesource.com/141081 Commit-Queue: Herb Derby Reviewed-by: Herb Derby Reviewed-by: Mike Klein --- include/core/SkTextBlob.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h index 672cc20c5c..c68ad4147b 100644 --- a/include/core/SkTextBlob.h +++ b/include/core/SkTextBlob.h @@ -14,6 +14,7 @@ #include "SkString.h" #include "SkRefCnt.h" +class SkGlyphRunList; class SkReadBuffer; class SkWriteBuffer; @@ -107,6 +108,7 @@ private: fCacheID.store(cacheID); } + friend class SkGlyphRunList; friend class GrTextBlobCache; friend class SkTextBlobBuilder; friend class SkTextBlobRunIterator; -- cgit v1.2.3