| 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;
|
|
|