Index: Source/core/rendering/style/BasicShapes.h |
diff --git a/Source/core/rendering/style/BasicShapes.h b/Source/core/rendering/style/BasicShapes.h |
index 846313b48cfbb6c3c2307aff3fea1396708d9d3a..779ecb4511a3d432b4f3c5dbf8baf4964c72eab5 100644 |
--- a/Source/core/rendering/style/BasicShapes.h |
+++ b/Source/core/rendering/style/BasicShapes.h |
@@ -261,6 +261,7 @@ public: |
const BasicShapeCenterCoordinate& centerY() const { return m_centerY; } |
const BasicShapeRadius& radiusX() const { return m_radiusX; } |
const BasicShapeRadius& radiusY() const { return m_radiusY; } |
+ float floatValueForRadiusInBox(const BasicShapeRadius&, float center, float boxWidthOrHeight) const; |
void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = centerX; } |
void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = centerY; } |