| Index: src/pathops/SkOpContour.h
|
| diff --git a/src/pathops/SkOpContour.h b/src/pathops/SkOpContour.h
|
| index acc6744f2aea8c6694988f34bc85505c3c1bf695..4390fe4e1fd13766a542a54d644e78935fbbc00e 100644
|
| --- a/src/pathops/SkOpContour.h
|
| +++ b/src/pathops/SkOpContour.h
|
| @@ -41,7 +41,7 @@ public:
|
| appendSegment().addCubic(pts, this);
|
| }
|
|
|
| - SkOpSegment* addCurve(SkPath::Verb verb, const SkPoint pts[4]);
|
| + SkOpSegment* addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight = 1);
|
|
|
| SkOpSegment* addLine(SkPoint pts[2]) {
|
| SkASSERT(pts[0] != pts[1]);
|
|
|