Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 842979c07c3ba48976399e5fae72e32e0fc4a6e5..387717c6bf8e5a317b10fc426a264559af6d9fa9 100644 |
--- a/src/gpu/GrTextContext.h |
+++ b/src/gpu/GrTextContext.h |
@@ -82,6 +82,7 @@ protected: |
static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint); |
friend class GrAtlasTextBatch; |
+ friend class GrAtlasTextBlob; // for drawTextAsPath |
}; |
#endif |