| Index: Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp b/Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| rename to Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| index c9a3217de79444110de04c9dc000d37b642b130b..66d2e68f1e580f1c2ed02e6e34226af16d08f7f7 100644
|
| --- a/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/GlyphPageTreeNode.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| -#include "core/platform/graphics/chromium/UniscribeHelperTextRun.h"
|
| +#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| +#include "core/platform/graphics/win/UniscribeHelperTextRun.h"
|
| #include "platform/win/HWndDC.h"
|
| #include "platform/win/SystemInfo.h"
|
|
|
|
|