Index: src/pathops/SkPathOpsCommon.h |
diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h |
index 5b4902f53b51eb313f8d156c024572c8b5a1a1f4..ed8031816056a1135861ac2bff29f9eb80299856 100644 |
--- a/src/pathops/SkPathOpsCommon.h |
+++ b/src/pathops/SkPathOpsCommon.h |
@@ -24,12 +24,11 @@ SkOpSegment* FindUndone(SkOpContourHead* , SkOpSpanBase** startPtr, |
SkOpSpanBase** endPtr); |
bool FixWinding(SkPath* path); |
bool SortContourList(SkOpContourHead** , bool evenOdd, bool oppEvenOdd); |
-bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* ); |
+bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* ); |
bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result |
SkDEBUGPARAMS(bool skipAssert) |
SkDEBUGPARAMS(const char* testName)); |
-#if DEBUG_ACTIVE_SPANS |
-void DebugShowActiveSpans(SkOpContourHead* ); |
-#endif |
+SkScalar ScaleFactor(const SkPath& path); |
+void ScalePath(const SkPath& path, SkScalar scale, SkPath* scaled); |
#endif |