diff options
Diffstat (limited to 'include/pathops/SkPathOps.h')
-rw-r--r-- | include/pathops/SkPathOps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pathops/SkPathOps.h b/include/pathops/SkPathOps.h index fa01788394..1e8093f2a8 100644 --- a/include/pathops/SkPathOps.h +++ b/include/pathops/SkPathOps.h @@ -91,6 +91,8 @@ private: SkTArray<SkPath> fPathRefs; SkTDArray<SkPathOp> fOps; + static bool FixWinding(SkPath* path); + static void ReversePath(SkPath* path); void reset(); }; |