Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 1e27caa935a0203836d07f81832ce46131385f78..206b34a4036eb9a451e9f3211f0e854bd7e0f858 100644 |
--- a/src/gpu/GrTextContext.h |
+++ b/src/gpu/GrTextContext.h |
@@ -69,7 +69,8 @@ protected: |
static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint); |
friend class GrAtlasTextBatch; |
- friend class GrAtlasTextBlob; // for drawTextAsPath |
+ friend class GrAtlasTextBlob; // for FilterTextFlags |
+ friend class GrTextUtils; // for some static functions |
}; |
#endif |