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

Unified Diff: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.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/opentype/OpenTypeVerticalData.cpp
diff --git a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
index 74321dcb4cb80bfa4240e3fe30d38fc825eac254..aaa49ac3fdc136ab7a08c6e2ee6f803406c8b2fe 100644
--- a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
+++ b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
@@ -23,7 +23,6 @@
*/
#include "sky/engine/config.h"
-#if ENABLE(OPENTYPE_VERTICAL)
#include "sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h"
#include "sky/engine/platform/SharedBuffer.h"
@@ -33,6 +32,8 @@
#include "sky/engine/platform/geometry/FloatRect.h"
#include "sky/engine/wtf/RefPtr.h"
+#if ENABLE(OPENTYPE_VERTICAL)
+
namespace blink {
namespace OpenType {
« no previous file with comments | « sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h ('k') | sky/engine/platform/fonts/skia/FontCacheSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698