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