Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: sky/engine/platform/fonts/skia/FontCacheSkia.cpp

Issue 1205793002: Remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp ('k') | sky/engine/platform/graphics/GraphicsTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698