| Index: src/pathops/SkPathOpsCommon.h
|
| diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h
|
| index 1bf17919adba14e64c6d4c37e41d14d4f9bdc75b..82eb5da21559d3d1f3a9b12029da7df65cdbcbbf 100644
|
| --- a/src/pathops/SkPathOpsCommon.h
|
| +++ b/src/pathops/SkPathOpsCommon.h
|
| @@ -19,7 +19,7 @@ SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr,
|
| SkOpSpanBase** endPtr);
|
| SkOpSegment* FindSortableTop(const SkTDArray<SkOpContour*>& , bool firstPass,
|
| SkOpAngle::IncludeType , bool* firstContour, SkOpSpanBase** index,
|
| - SkOpSpanBase** endIndex, SkPoint* topLeft, bool* unsortable,
|
| + SkOpSpanBase** endIndex, SkDPoint* topLeft, bool* unsortable,
|
| bool* done, bool* onlyVertical, SkChunkAlloc* );
|
| SkOpSegment* FindUndone(SkTDArray<SkOpContour*>& contourList, SkOpSpanBase** startPtr,
|
| SkOpSpanBase** endPtr);
|
|
|