| 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)
|
|
|
|
|