Index: Source/core/rendering/shapes/PolygonShape.cpp |
diff --git a/Source/core/rendering/shapes/PolygonShape.cpp b/Source/core/rendering/shapes/PolygonShape.cpp |
index 61da7a314211ebdf5de2d9480b6263a7216729f3..5b155ed6913b57aed3747c9ec7338eda153f6128 100644 |
--- a/Source/core/rendering/shapes/PolygonShape.cpp |
+++ b/Source/core/rendering/shapes/PolygonShape.cpp |
@@ -30,8 +30,8 @@ |
#include "config.h" |
#include "core/rendering/shapes/PolygonShape.h" |
-#include "core/platform/graphics/LayoutPoint.h" |
#include "core/rendering/shapes/ShapeInterval.h" |
+#include "platform/geometry/LayoutPoint.h" |
#include "wtf/MathExtras.h" |
namespace WebCore { |