Index: src/ports/SkFontConfigTypeface.h |
diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h |
index 7eecbf69472639844c61e4392e25ae2aadf4fe6d..74f43ed017d2d583f9c0db4377d113061f2f4afe 100644 |
--- a/src/ports/SkFontConfigTypeface.h |
+++ b/src/ports/SkFontConfigTypeface.h |
@@ -39,9 +39,7 @@ public: |
return fFamilyName.equals(name); |
} |
- static SkTypeface* LegacyCreateTypeface(const SkTypeface* family, |
- const char familyName[], |
- SkTypeface::Style); |
+ static SkTypeface* LegacyCreateTypeface(const char familyName[], SkTypeface::Style); |
protected: |
friend class SkFontHost; // hack until we can make public versions |