| Index: Source/core/platform/graphics/Path.h
|
| diff --git a/Source/core/platform/graphics/Path.h b/Source/core/platform/graphics/Path.h
|
| index 93f623028870c5a8db1967f41f7d4d919e7b014d..5a1e658334a162e085abbb218d003af374a00207 100644
|
| --- a/Source/core/platform/graphics/Path.h
|
| +++ b/Source/core/platform/graphics/Path.h
|
| @@ -103,6 +103,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&);
|
|
|
| void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
|
|
|