| Index: Source/core/css/BasicShapeFunctions.h
|
| diff --git a/Source/core/css/BasicShapeFunctions.h b/Source/core/css/BasicShapeFunctions.h
|
| index 7d07e311a2e2d638567961b93708d5ea41916843..90961f03fb19d324d54665e5ad36ae40a1df5138 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 {
|
| @@ -42,6 +43,7 @@ class RenderStyle;
|
|
|
| PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle&, const BasicShape*);
|
| PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*);
|
| +float floatValueForCenterCoordinate(const BasicShapeCenterCoordinate&, float);
|
|
|
| }
|
| #endif
|
|
|