| Index: src/ports/SkFontHost_mac.cpp
|
| diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp
|
| index 451870833401ae73e4e13a800f0985f3f93da80c..fba8867de52b9ea3a6c6709119329e5f155550ce 100755
|
| --- a/src/ports/SkFontHost_mac.cpp
|
| +++ b/src/ports/SkFontHost_mac.cpp
|
| @@ -17,7 +17,6 @@
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #endif
|
|
|
| -#include "SkFontHost.h"
|
| #include "SkCGUtils.h"
|
| #include "SkColorPriv.h"
|
| #include "SkDescriptor.h"
|
| @@ -466,8 +465,6 @@ public:
|
| AutoCFRelease<CTFontRef> fFontRef;
|
|
|
| protected:
|
| - friend class SkFontHost; // to access our protected members for deprecated methods
|
| -
|
| int onGetUPEM() const SK_OVERRIDE;
|
| SkStreamAsset* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
|
| void onGetFamilyName(SkString* familyName) const SK_OVERRIDE;
|
|
|