| Index: Source/platform/graphics/PathTraversalState.h
|
| diff --git a/Source/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
|
| index 83a68bbd3482201b873afa89999ead9ee8e9dc75..575c79ee7709744d11c1bcacba515e357fdb1c28 100644
|
| --- a/Source/platform/graphics/PathTraversalState.h
|
| +++ b/Source/platform/graphics/PathTraversalState.h
|
| @@ -45,7 +45,6 @@ public:
|
| float closeSubpath();
|
| float moveTo(const FloatPoint&);
|
| float lineTo(const FloatPoint&);
|
| - float quadraticBezierTo(const FloatPoint& newControl, const FloatPoint& newEnd);
|
| float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);
|
|
|
| void processSegment();
|
|
|