Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 02a022e346dc7d7282e48f94d731f5750a048d1c..087f85e3722a765242a228014e8720cad8e82f15 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -1089,8 +1089,9 @@ |
friend class SkCanvas; |
friend class SkDraw; |
friend class SkPDFDevice; |
- friend class GrAtlasTextBlob; |
+ friend class GrBitmapTextContext; |
friend class GrAtlasTextContext; |
+ friend class GrDistanceFieldTextContext; |
friend class GrStencilAndCoverTextContext; |
friend class GrPathRendering; |
friend class GrTextUtils; |