| Index: Source/core/platform/graphics/Path.cpp
|
| diff --git a/Source/core/platform/graphics/Path.cpp b/Source/core/platform/graphics/Path.cpp
|
| index 57479a3b747535e0324b7ff1123f0a12c21f830a..b9ff618d7309c3ad5c93be02303705222df373ed 100644
|
| --- a/Source/core/platform/graphics/Path.cpp
|
| +++ b/Source/core/platform/graphics/Path.cpp
|
| @@ -31,12 +31,12 @@
|
|
|
| #include <math.h>
|
| #include "SkPath.h"
|
| -#include "SkiaUtils.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/PathTraversalState.h"
|
| #include "core/platform/graphics/StrokeStyleApplier.h"
|
| +#include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/MathExtras.h>
|
|
|
|
|