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

Unified Diff: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h

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
« no previous file with comments | « sky/engine/platform/fonts/VDMXParser.h ('k') | sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
diff --git a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
index 22ac6d59913b83fb0a1a1159aa7ba2f7805c711f..21f40f152b6daf3f2a8f5eb807e32957e9499526 100644
--- a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
+++ b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
@@ -25,15 +25,16 @@
#ifndef SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPEVERTICALDATA_H_
#define SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPEVERTICALDATA_H_
-#if ENABLE(OPENTYPE_VERTICAL)
-
#include "sky/engine/platform/PlatformExport.h"
#include "sky/engine/platform/fonts/Glyph.h"
#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/OperatingSystem.h"
#include "sky/engine/wtf/PassRefPtr.h"
#include "sky/engine/wtf/RefCounted.h"
#include "sky/engine/wtf/Vector.h"
+#if ENABLE(OPENTYPE_VERTICAL)
+
namespace blink {
class FontPlatformData;
« no previous file with comments | « sky/engine/platform/fonts/VDMXParser.h ('k') | sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698