Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index 1f04d3891278e42ae24452f21ecc57a428119426..6970e6d5c78294b19787bddd32d984c069d5c7f8 100644 |
| --- a/include/core/SkTextBlob.h |
| +++ b/include/core/SkTextBlob.h |
| @@ -91,6 +91,7 @@ private: |
| static unsigned ScalarsPerGlyph(GlyphPositioning pos); |
| + friend class GrTextContext; |
| friend class SkBaseDevice; |
| friend class SkTextBlobBuilder; |
| friend class TextBlobTester; |