| Index: Source/core/rendering/shapes/ShapeInfo.h
|
| diff --git a/Source/core/rendering/shapes/ShapeInfo.h b/Source/core/rendering/shapes/ShapeInfo.h
|
| index e30817fe5b4affa14baeef8dc93d542793cf1dd6..f2c7a0c688553768e3702775b8ce880f022891ea 100644
|
| --- a/Source/core/rendering/shapes/ShapeInfo.h
|
| +++ b/Source/core/rendering/shapes/ShapeInfo.h
|
| @@ -30,11 +30,11 @@
|
| #ifndef ShapeInfo_h
|
| #define ShapeInfo_h
|
|
|
| -#include "core/platform/graphics/FloatRect.h"
|
| #include "core/rendering/shapes/Shape.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/style/ShapeValue.h"
|
| #include "platform/LayoutUnit.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|