| Index: src/ports/SkFontConfigInterface_direct.h
|
| diff --git a/src/ports/SkFontConfigInterface_direct.h b/src/ports/SkFontConfigInterface_direct.h
|
| index 450a3f0c318cd0dfe5427bc6320a8a7cbaea1599..a048aed7e7149d5a9e9874a0c353d34df2fd0ead 100644
|
| --- a/src/ports/SkFontConfigInterface_direct.h
|
| +++ b/src/ports/SkFontConfigInterface_direct.h
|
| @@ -26,9 +26,6 @@ public:
|
|
|
| // new APIs
|
| SkDataTable* getFamilyNames() override;
|
| - bool matchFamilySet(const char inFamilyName[],
|
| - SkString* outFamilyName,
|
| - SkTArray<FontIdentity>*) override;
|
|
|
| protected:
|
| virtual bool isAccessible(const char* filename);
|
|
|