Chromium Code Reviews| Index: include/core/SkPaint.h |
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
| index 087f85e3722a765242a228014e8720cad8e82f15..02a022e346dc7d7282e48f94d731f5750a048d1c 100644 |
| --- a/include/core/SkPaint.h |
| +++ b/include/core/SkPaint.h |
| @@ -1089,9 +1089,8 @@ private: |
| friend class SkCanvas; |
| friend class SkDraw; |
| friend class SkPDFDevice; |
| - friend class GrBitmapTextContext; |
|
jvanverth1
2015/12/11 18:29:40
Whoa, archaeology....
|
| + friend class GrAtlasTextBlob; |
| friend class GrAtlasTextContext; |
| - friend class GrDistanceFieldTextContext; |
| friend class GrStencilAndCoverTextContext; |
| friend class GrPathRendering; |
| friend class GrTextUtils; |