diff options
Diffstat (limited to 'src/pathops/SkAddIntersections.h')
-rw-r--r-- | src/pathops/SkAddIntersections.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pathops/SkAddIntersections.h b/src/pathops/SkAddIntersections.h index 4c1947b635..23654e5e91 100644 --- a/src/pathops/SkAddIntersections.h +++ b/src/pathops/SkAddIntersections.h @@ -9,10 +9,10 @@ #include "SkIntersectionHelper.h" #include "SkIntersections.h" -#include "SkTArray.h" -bool AddIntersectTs(SkOpContour* test, SkOpContour* next); -void AddSelfIntersectTs(SkOpContour* test); -bool CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total); +class SkOpCoincidence; + +bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence, + SkChunkAlloc* allocator); #endif |