| Index: src/pathops/SkAddIntersections.h
|
| diff --git a/src/pathops/SkAddIntersections.h b/src/pathops/SkAddIntersections.h
|
| index b5727a440cbedc5cc05ec6f9964a7334d5c33d8f..94ea436b734e1a0bc58bf7436ca23cad1adeb24e 100644
|
| --- a/src/pathops/SkAddIntersections.h
|
| +++ b/src/pathops/SkAddIntersections.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #include "SkIntersectionHelper.h"
|
| #include "SkIntersections.h"
|
| -#include "SkTDArray.h"
|
| +#include "SkTArray.h"
|
|
|
| bool AddIntersectTs(SkOpContour* test, SkOpContour* next);
|
| void AddSelfIntersectTs(SkOpContour* test);
|
| -void CoincidenceCheck(SkTDArray<SkOpContour*>* contourList, int total);
|
| +void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total);
|
|
|
| #endif
|
|
|