Index: Source/core/css/BasicShapeFunctions.h |
diff --git a/Source/core/css/BasicShapeFunctions.h b/Source/core/css/BasicShapeFunctions.h |
index 7d07e311a2e2d638567961b93708d5ea41916843..f3565d99005179109bc7b90fc2be58bf04931f54 100644 |
--- a/Source/core/css/BasicShapeFunctions.h |
+++ b/Source/core/css/BasicShapeFunctions.h |
@@ -30,6 +30,7 @@ |
#ifndef BasicShapeFunctions_h |
#define BasicShapeFunctions_h |
+#include "core/rendering/style/BasicShapes.h" |
#include "wtf/PassRefPtr.h" |
namespace WebCore { |
@@ -37,11 +38,13 @@ namespace WebCore { |
class BasicShape; |
class CSSBasicShape; |
class CSSValue; |
+class FloatPoint; |
class StyleResolverState; |
class RenderStyle; |
PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle&, const BasicShape*); |
PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*); |
+FloatPoint floatPointForCenterCoordinate(const BasicShapeCenterCoordinate&, const BasicShapeCenterCoordinate&, FloatSize); |
} |
#endif |