| Index: sky/engine/platform/fonts/skia/FontCacheSkia.cpp
|
| diff --git a/sky/engine/platform/fonts/skia/FontCacheSkia.cpp b/sky/engine/platform/fonts/skia/FontCacheSkia.cpp
|
| index e94dcfc1c1575508417dc69ca598c803529d29c5..bb114e2113df55b6006b61cea1a517e68441db9b 100644
|
| --- a/sky/engine/platform/fonts/skia/FontCacheSkia.cpp
|
| +++ b/sky/engine/platform/fonts/skia/FontCacheSkia.cpp
|
| @@ -30,9 +30,6 @@
|
|
|
| #include "sky/engine/config.h"
|
|
|
| -#if !OS(WIN) && !OS(ANDROID)
|
| -#include "third_party/skia/include/ports/SkFontConfigInterface.h"
|
| -#endif
|
| #include <unicode/locid.h>
|
| #include "sky/engine/platform/NotImplemented.h"
|
| #include "sky/engine/platform/fonts/AlternateFontFamily.h"
|
| @@ -49,6 +46,10 @@
|
| #include "third_party/skia/include/core/SkTypeface.h"
|
| #include "third_party/skia/include/ports/SkFontMgr.h"
|
|
|
| +#if !OS(WIN) && !OS(ANDROID)
|
| +#include "third_party/skia/include/ports/SkFontConfigInterface.h"
|
| +#endif
|
| +
|
| #if !OS(WIN) && !OS(ANDROID) && !OS(IOS)
|
| // TODO(bungeman) remove this temporary code ASAP.
|
| // This namespace exists to ease transition of SkTypeface from using SkStream to SkStreamAsset.
|
|
|