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