| Index: Source/core/platform/graphics/Path.h
|
| diff --git a/Source/core/platform/graphics/Path.h b/Source/core/platform/graphics/Path.h
|
| index 0253e0d1ea058da4c06ce4dc11cf8c081245db4c..dac3c3e18f91f08b0ec78bbe5af5d0548ad984db 100644
|
| --- a/Source/core/platform/graphics/Path.h
|
| +++ b/Source/core/platform/graphics/Path.h
|
| @@ -102,6 +102,7 @@ namespace WebCore {
|
|
|
| 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 {
|
|
|