| Index: Source/core/platform/graphics/Path.h
|
| diff --git a/Source/core/platform/graphics/Path.h b/Source/core/platform/graphics/Path.h
|
| index 6288b0ca5dd4ef8fa47fade585b52abea27e18c6..7528c0bda57fd4ec3a1747f41d74e8b7c0819a9e 100644
|
| --- a/Source/core/platform/graphics/Path.h
|
| +++ b/Source/core/platform/graphics/Path.h
|
| @@ -100,6 +100,7 @@ public:
|
|
|
| void addArc(const FloatPoint&, float radius, float startAngle, float endAngle, bool anticlockwise);
|
| void addRect(const FloatRect&);
|
| + void addEllipse(const FloatPoint&, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise);
|
| void addEllipse(const FloatRect&);
|
|
|
| enum RoundedRectStrategy {
|
|
|