| Index: Source/platform/fonts/win/GlyphPageTreeNodeWin.cpp
|
| diff --git a/Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp b/Source/platform/fonts/win/GlyphPageTreeNodeWin.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| rename to Source/platform/fonts/win/GlyphPageTreeNodeWin.cpp
|
| index 2ab7c56f7b15bc5334161edb527cb8202912106e..a33515f252ab79965d91a9b2b4a35c734caa3e89 100644
|
| --- a/Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| +++ b/Source/platform/fonts/win/GlyphPageTreeNodeWin.cpp
|
| @@ -32,11 +32,11 @@
|
| #include "config.h"
|
| #include <vector>
|
|
|
| -#include "core/platform/graphics/Font.h"
|
| -#include "core/platform/graphics/GlyphPageTreeNode.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| -#include "core/platform/graphics/win/UniscribeHelperTextRun.h"
|
| +#include "platform/fonts/Font.h"
|
| +#include "platform/fonts/GlyphPageTreeNode.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/fonts/win/FontPlatformDataWin.h"
|
| +#include "platform/fonts/win/UniscribeHelperTextRun.h"
|
| #include "platform/win/HWndDC.h"
|
| #include "platform/win/SystemInfo.h"
|
|
|
|
|