| Index: Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp b/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| index e61f940a03b271f416c47e6d409ce44c976cf011..3843db192677afd5ec6784f4056950c61fd58e23 100644
|
| --- a/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
|
| @@ -32,13 +32,13 @@
|
| #include "config.h"
|
| #include <vector>
|
|
|
| -#include "FontPlatformDataChromiumWin.h"
|
| #include "HWndDC.h"
|
| #include "SystemInfo.h"
|
| -#include "UniscribeHelperTextRun.h"
|
| #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"
|
|
|
| namespace WebCore {
|
|
|
|
|