diff options
author | bungeman <bungeman@google.com> | 2016-08-10 09:23:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-10 09:23:43 -0700 |
commit | ce81ed58e2fd6bfa9043a8b5ab94191f52683628 (patch) | |
tree | 887332b286aab115244b551262a205fad2ec0cc7 /include/ports | |
parent | 0c63006b88a16e3418d92852a62771615799839d (diff) |
Remove no longer existing friend.
sk_fontmgr_create_default used to exist before SkFontMgr::RefDefault
could do the job better. There are no actual implementations for this
function, so SkFontMgr should no longer be friends with it.
TBR=reed
Removes a deceased friend.
Review-Url: https://codereview.chromium.org/2232963002
Diffstat (limited to 'include/ports')
-rw-r--r-- | include/ports/SkFontMgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ports/SkFontMgr.h b/include/ports/SkFontMgr.h index ad6ed545d9..a5b78c6241 100644 --- a/include/ports/SkFontMgr.h +++ b/include/ports/SkFontMgr.h @@ -199,7 +199,6 @@ protected: private: static SkFontMgr* Factory(); // implemented by porting layer - friend SkFontMgr* sk_fontmgr_create_default(); typedef SkRefCnt INHERITED; }; |