| Index: Source/core/platform/graphics/Path.cpp
|
| diff --git a/Source/core/platform/graphics/Path.cpp b/Source/core/platform/graphics/Path.cpp
|
| index 140f02c6354d2e830b0ed6d2bd65435f5f2c2a4e..57479a3b747535e0324b7ff1123f0a12c21f830a 100644
|
| --- a/Source/core/platform/graphics/Path.cpp
|
| +++ b/Source/core/platform/graphics/Path.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "core/platform/graphics/Path.h"
|
|
|
| #include <math.h>
|
| -#include "AffineTransform.h"
|
| #include "SkPath.h"
|
| #include "SkiaUtils.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| @@ -38,6 +37,7 @@
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/PathTraversalState.h"
|
| #include "core/platform/graphics/StrokeStyleApplier.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| namespace WebCore {
|
|
|