| Index: src/pathops/SkAddIntersections.h
|
| diff --git a/src/pathops/SkAddIntersections.h b/src/pathops/SkAddIntersections.h
|
| index 23654e5e91d20470128b1e6f2a4a04b13c6bb396..4c1947b635ab54fdce9916b89423b185190692bf 100644
|
| --- a/src/pathops/SkAddIntersections.h
|
| +++ b/src/pathops/SkAddIntersections.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #include "SkIntersectionHelper.h"
|
| #include "SkIntersections.h"
|
| +#include "SkTArray.h"
|
|
|
| -class SkOpCoincidence;
|
| -
|
| -bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence,
|
| - SkChunkAlloc* allocator);
|
| +bool AddIntersectTs(SkOpContour* test, SkOpContour* next);
|
| +void AddSelfIntersectTs(SkOpContour* test);
|
| +bool CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total);
|
|
|
| #endif
|
|
|