Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: include/ports/SkFontMgr.h

Issue 66783003: Remove SK_FONTHOST_USES_FONTMGR. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkTypeface.h ('k') | src/core/SkFontHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkFontMgr.h
===================================================================
--- include/ports/SkFontMgr.h (revision 12201)
+++ include/ports/SkFontMgr.h (working copy)
@@ -105,6 +105,7 @@
unsigned styleBits) = 0;
private:
static SkFontMgr* Factory(); // implemented by porting layer
+ friend void set_up_default(SkFontMgr** singleton);
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « include/core/SkTypeface.h ('k') | src/core/SkFontHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698