Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index c78fb24de2d942ba73cf2e31aa97a0c1acae2eeb..cf07b70fec2847d059cd161d0e6607a3fe3f5d5e 100644 |
| --- a/include/core/SkTextBlob.h |
| +++ b/include/core/SkTextBlob.h |
| @@ -69,6 +69,7 @@ private: |
| friend class SkCanvas; |
| friend class SkTextBlobBuilder; |
| + friend class TextBlobTester; |
| const SkAutoTMalloc<uint16_t> fGlyphBuffer; |
| const SkAutoTMalloc<SkScalar> fPosBuffer; |