| Index: include/ports/SkFontMgr_indirect.h
|
| diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h
|
| index 0977eea26ace12c5185bb00940f72b329de2c6e8..9e39a3d91c7e402aad39041dbfa34beb0217adfe 100644
|
| --- a/include/ports/SkFontMgr_indirect.h
|
| +++ b/include/ports/SkFontMgr_indirect.h
|
| @@ -8,17 +8,22 @@
|
| #ifndef SkFontMgr_indirect_DEFINED
|
| #define SkFontMgr_indirect_DEFINED
|
|
|
| -#include "SkDataTable.h"
|
| #include "SkFontMgr.h"
|
| -#include "SkFontStyle.h"
|
| +
|
| +#include <stddef.h>
|
| +
|
| +#include "SkDataTable.h"
|
| +#include "SkMutex.h"
|
| +#include "SkRefCnt.h"
|
| #include "SkRemotableFontMgr.h"
|
| #include "SkTArray.h"
|
| #include "SkTypeface.h"
|
| +#include "SkTypes.h"
|
|
|
| class SkData;
|
| -class SkStream;
|
| +class SkFontStyle;
|
| +class SkStreamAsset;
|
| class SkString;
|
| -class SkTypeface;
|
|
|
| class SK_API SkFontMgr_Indirect : public SkFontMgr {
|
| public:
|
|
|