Index: third_party/WebKit/Source/platform/graphics/Path.h |
diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h |
index f2a4f7244474953a94d8878a4b08543369e31f05..c46b5ac145647ba868d3cf0afd953022b57b3a57 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Path.h |
+++ b/third_party/WebKit/Source/platform/graphics/Path.h |
@@ -122,6 +122,7 @@ public: |
void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint); |
void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const FloatPoint& endPoint); |
void addArcTo(const FloatPoint&, const FloatPoint&, float radius); |
+ void addArcTo(const FloatPoint&, const FloatSize& r, float xRotate, bool largeArc, bool sweep); |
void closeSubpath(); |
void addArc(const FloatPoint&, float radius, float startAngle, float endAngle, bool anticlockwise); |