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