| Index: Source/core/platform/graphics/win/TransparencyWin.cpp
|
| diff --git a/Source/core/platform/graphics/win/TransparencyWin.cpp b/Source/core/platform/graphics/win/TransparencyWin.cpp
|
| index 0b79aa3bc6ff2e82f4f06963d0f1cbb41c9fff9c..88ff45506fb6a7b021910a01582c0c5b05e583b4 100644
|
| --- a/Source/core/platform/graphics/win/TransparencyWin.cpp
|
| +++ b/Source/core/platform/graphics/win/TransparencyWin.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/platform/graphics/win/TransparencyWin.h"
|
|
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/skia/SkiaUtils.h"
|
| #include "SkColorPriv.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|
|
|