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

Unified Diff: include/ports/SkFontConfigInterface.h

Issue 943333004: Remove SkFontHost includes and friends. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix comments. Created 5 years, 10 months 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/SkTypeface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkFontConfigInterface.h
diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h
index 8c084a67b6366904db9be5b10a46c95334ca27f1..d8b27c086f1cd56e3f3c0882ae915cbe4ece23bb 100644
--- a/include/ports/SkFontConfigInterface.h
+++ b/include/ports/SkFontConfigInterface.h
@@ -19,8 +19,8 @@ struct SkBaseMutex;
/**
* \class SkFontConfigInterface
*
- * Provides SkFontHost clients with access to fontconfig services. They will
- * access the global instance found in RefGlobal().
+ * A simple interface for remotable font management.
+ * The global instance can be found with RefGlobal().
*/
class SK_API SkFontConfigInterface : public SkRefCnt {
public:
@@ -99,8 +99,7 @@ public:
* libfontconfig. This does not affect the refcnt of the returned instance.
* The mutex may be used to guarantee the singleton is only constructed once.
*/
- static SkFontConfigInterface* GetSingletonDirectInterface
- (SkBaseMutex* mutex = NULL);
+ static SkFontConfigInterface* GetSingletonDirectInterface(SkBaseMutex* mutex = NULL);
// New APIS, which have default impls for now (which do nothing)
« no previous file with comments | « include/core/SkTypeface.h ('k') | src/core/SkTypeface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698