| Index: Source/core/platform/graphics/StrokeData.h
|
| diff --git a/Source/core/platform/graphics/StrokeData.h b/Source/core/platform/graphics/StrokeData.h
|
| index e5904e084e6aaaaebbee0d87b3bf52e76e9e053b..615c7ba5b0b921a966840454d2d79994424d408e 100644
|
| --- a/Source/core/platform/graphics/StrokeData.h
|
| +++ b/Source/core/platform/graphics/StrokeData.h
|
| @@ -31,12 +31,10 @@
|
|
|
| #include "core/platform/graphics/DashArray.h"
|
| #include "core/platform/graphics/Gradient.h"
|
| -#include "core/platform/graphics/GraphicsTypes.h"
|
| #include "core/platform/graphics/Pattern.h"
|
| -
|
| +#include "platform/graphics/GraphicsTypes.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "third_party/skia/include/effects/SkDashPathEffect.h"
|
| -
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
|
|