| Index: Source/core/rendering/shapes/Shape.cpp
|
| diff --git a/Source/core/rendering/shapes/Shape.cpp b/Source/core/rendering/shapes/Shape.cpp
|
| index e17ed533d903c6c90d40674f3f6d2f633369832c..12d43da8e6a13dd210a6d5e008c7f6690a22643d 100644
|
| --- a/Source/core/rendering/shapes/Shape.cpp
|
| +++ b/Source/core/rendering/shapes/Shape.cpp
|
| @@ -31,12 +31,12 @@
|
| #include "core/rendering/shapes/Shape.h"
|
|
|
| #include "core/fetch/ImageResource.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/rendering/shapes/PolygonShape.h"
|
| #include "core/rendering/shapes/RasterShape.h"
|
| #include "core/rendering/shapes/RectangleShape.h"
|
| #include "platform/LengthFunctions.h"
|
| #include "platform/geometry/FloatSize.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/WindRule.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/OwnPtr.h"
|
|
|