| Index: include/ports/SkFontConfigInterface.h
|
| diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h
|
| index 304961fd7862358c6ed257b72aadceb02ab0bfb2..063cb9d553ba9552e6798c6c9f224f6d67e7ba5f 100644
|
| --- a/include/ports/SkFontConfigInterface.h
|
| +++ b/include/ports/SkFontConfigInterface.h
|
| @@ -11,7 +11,6 @@
|
| #include "SkDataTable.h"
|
| #include "SkFontStyle.h"
|
| #include "SkRefCnt.h"
|
| -#include "SkTArray.h"
|
| #include "SkTypeface.h"
|
|
|
| struct SkBaseMutex;
|
| @@ -116,11 +115,6 @@ public:
|
| // New APIS, which have default impls for now (which do nothing)
|
|
|
| virtual SkDataTable* getFamilyNames() { return SkDataTable::NewEmpty(); }
|
| - virtual bool matchFamilySet(const char[] /*inFamilyName*/,
|
| - SkString* /*outFamilyName*/,
|
| - SkTArray<FontIdentity>*) {
|
| - return false;
|
| - }
|
| typedef SkRefCnt INHERITED;
|
| };
|
|
|
|
|