| Index: Source/platform/fonts/skia/SkiaFontWin.cpp
|
| diff --git a/Source/core/platform/graphics/skia/SkiaFontWin.cpp b/Source/platform/fonts/skia/SkiaFontWin.cpp
|
| similarity index 95%
|
| rename from Source/core/platform/graphics/skia/SkiaFontWin.cpp
|
| rename to Source/platform/fonts/skia/SkiaFontWin.cpp
|
| index 4b3c853771b3ab6be78c172027e1d905fc3d82de..ce9369b48999264e6f1f3b15da10b8593c363ab2 100644
|
| --- a/Source/core/platform/graphics/skia/SkiaFontWin.cpp
|
| +++ b/Source/platform/fonts/skia/SkiaFontWin.cpp
|
| @@ -29,13 +29,13 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/skia/SkiaFontWin.h"
|
| +#include "platform/fonts/skia/SkiaFontWin.h"
|
|
|
| -#include "core/platform/graphics/Gradient.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/Pattern.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/fonts/win/FontPlatformDataWin.h"
|
| +#include "platform/graphics/Gradient.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/Pattern.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|