| Index: Source/platform/fonts/skia/FontCacheSkiaWin.cpp
|
| diff --git a/Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp b/Source/platform/fonts/skia/FontCacheSkiaWin.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp
|
| rename to Source/platform/fonts/skia/FontCacheSkiaWin.cpp
|
| index 6046b723fd26a603a00bfb0632c75821807ef34c..d1b35b42ae7f1adcd8c04509a063fd56db4744fa 100644
|
| --- a/Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp
|
| +++ b/Source/platform/fonts/skia/FontCacheSkiaWin.cpp
|
| @@ -30,15 +30,15 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| +#include "platform/fonts/FontCache.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "SkFontMgr.h"
|
| #include "SkTypeface_win.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| #include "platform/fonts/FontDescription.h"
|
| -#include "platform/fonts/FontFallbackWin.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/fonts/win/FontFallbackWin.h"
|
| +#include "platform/fonts/win/FontPlatformDataWin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|