| Index: include/ports/SkRemotableFontMgr.h
|
| diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h
|
| index bd99497cda276d6440f2467bb8f628795953b230..bf2459955f5ce27d8bdaf25a2e2eb3cbde2baef1 100644
|
| --- a/include/ports/SkRemotableFontMgr.h
|
| +++ b/include/ports/SkRemotableFontMgr.h
|
| @@ -46,7 +46,8 @@ public:
|
|
|
| private:
|
| SkRemotableFontIdentitySet() : fCount(0), fData() { }
|
| - static SkRemotableFontIdentitySet* NewEmptyImpl();
|
| +
|
| + friend SkRemotableFontIdentitySet* sk_remotable_font_identity_set_new();
|
|
|
| int fCount;
|
| SkAutoTMalloc<SkFontIdentity> fData;
|
|
|