| Index: src/ports/SkFontMgr_custom.cpp
|
| diff --git a/src/ports/SkFontMgr_custom.cpp b/src/ports/SkFontMgr_custom.cpp
|
| index cea0b4875e0328ca9563112a6fb8d4319f96199d..835acd786fe2553ccf34b2bc5b726a9823b0f84c 100644
|
| --- a/src/ports/SkFontMgr_custom.cpp
|
| +++ b/src/ports/SkFontMgr_custom.cpp
|
| @@ -5,22 +5,25 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "SkFontHost_FreeType_common.h"
|
| #include "SkFontDescriptor.h"
|
| +#include "SkFontHost_FreeType_common.h"
|
| #include "SkFontMgr.h"
|
| #include "SkFontMgr_custom.h"
|
| -#include "SkDescriptor.h"
|
| +#include "SkFontStyle.h"
|
| #include "SkOSFile.h"
|
| -#include "SkPaint.h"
|
| -#include "SkRTConf.h"
|
| -#include "SkString.h"
|
| +#include "SkRefCnt.h"
|
| #include "SkStream.h"
|
| -#include "SkTSearch.h"
|
| -#include "SkTypefaceCache.h"
|
| +#include "SkString.h"
|
| #include "SkTArray.h"
|
| +#include "SkTemplates.h"
|
| +#include "SkTypeface.h"
|
| +#include "SkTypefaceCache.h"
|
| +#include "SkTypes.h"
|
|
|
| #include <limits>
|
|
|
| +class SkData;
|
| +
|
| /** The base SkTypeface implementation for the custom font manager. */
|
| class SkTypeface_Custom : public SkTypeface_FreeType {
|
| public:
|
|
|