| Index: src/pathops/SkReduceOrder.h
|
| diff --git a/src/pathops/SkReduceOrder.h b/src/pathops/SkReduceOrder.h
|
| index 397b58d927ef748833c7c2b9c7a28b2bb911f56d..e9e4090deb30826d8520703fc3d388f682025276 100644
|
| --- a/src/pathops/SkReduceOrder.h
|
| +++ b/src/pathops/SkReduceOrder.h
|
| @@ -21,6 +21,7 @@ union SkReduceOrder {
|
| int reduce(const SkDLine& line);
|
| int reduce(const SkDQuad& quad);
|
|
|
| + static SkPath::Verb Conic(const SkPoint pts[3], SkScalar weight, SkPoint* reducePts);
|
| static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
|
| static SkPath::Verb Quad(const SkPoint pts[3], SkPoint* reducePts);
|
|
|
|
|