| 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 217dc3d694ea1667ddda9e2bcb47fa0a7b803da2..0b79aa3bc6ff2e82f4f06963d0f1cbb41c9fff9c 100644
|
| --- a/Source/core/platform/graphics/win/TransparencyWin.cpp
|
| +++ b/Source/core/platform/graphics/win/TransparencyWin.cpp
|
| @@ -28,15 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include <windows.h>
|
| #include "config.h"
|
|
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/platform/graphics/win/TransparencyWin.h"
|
| -#include "platform/transforms/AffineTransform.h"
|
|
|
| #include "SkColorPriv.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|