| Index: Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| diff --git a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
|
| rename to Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| index ef54999dcfa6e5e29cef3f007be2d07f815c01f8..7c8ab6ec5ced4596edcdb9cc800cd19e4e1ee229 100644
|
| --- a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
|
| +++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| @@ -24,10 +24,10 @@
|
|
|
| #include "config.h"
|
| #if ENABLE(OPENTYPE_VERTICAL)
|
| -#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| +#include "platform/fonts/opentype/OpenTypeVerticalData.h"
|
|
|
| #include "platform/SharedBuffer.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| #include "platform/fonts/GlyphPage.h"
|
| #include "platform/fonts/opentype/OpenTypeTypes.h"
|
| #include "platform/geometry/FloatRect.h"
|
|
|