Index: src/ports/SkFontConfigTypeface.h |
diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h |
index 74f43ed017d2d583f9c0db4377d113061f2f4afe..851bfb794f15d492a0035a66ceac18a2850b37c0 100644 |
--- a/src/ports/SkFontConfigTypeface.h |
+++ b/src/ports/SkFontConfigTypeface.h |
@@ -42,8 +42,6 @@ public: |
static SkTypeface* LegacyCreateTypeface(const char familyName[], SkTypeface::Style); |
protected: |
- friend class SkFontHost; // hack until we can make public versions |
- |
FontConfigTypeface(const SkFontStyle& style, |
const SkFontConfigInterface::FontIdentity& fi, |
const SkString& familyName) |