| Index: src/ports/SkFontHost_win.cpp
|
| diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp
|
| index e263cc28e7ff7829bdbe24065c27074bc2bd6609..76b876411adbfcc0254b92aebfa04d029c7b3517 100644
|
| --- a/src/ports/SkFontHost_win.cpp
|
| +++ b/src/ports/SkFontHost_win.cpp
|
| @@ -5,6 +5,9 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#include "SkTypes.h"
|
| +#if defined(SK_BUILD_FOR_WIN32)
|
| +
|
| #include "SkAdvancedTypefaceMetrics.h"
|
| #include "SkBase64.h"
|
| #include "SkColorPriv.h"
|
| @@ -2511,3 +2514,5 @@ private:
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| SkFontMgr* SkFontMgr_New_GDI() { return new SkFontMgrGDI; }
|
| +
|
| +#endif//defined(SK_BUILD_FOR_WIN32)
|
|
|