Chromium Code Reviews| Index: src/core/SkGlyph.h |
| diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h |
| index abca215d0039510da7218fcf031770901967e186..4e4fa52cc2d8863a5081538ecad04b5584f80951 100644 |
| --- a/src/core/SkGlyph.h |
| +++ b/src/core/SkGlyph.h |
| @@ -117,6 +117,7 @@ class SkGlyph { |
| private: |
| // TODO(herb) remove friend statement after SkGlyphCache cleanup. |
| friend class SkGlyphCache; |
| + friend class GlyphTrait; |
| void initCommon(uint32_t id) { |
| fID = id; |