Chromium Code Reviews| Index: src/pathops/SkPathOpsSimplify.cpp |
| =================================================================== |
| --- src/pathops/SkPathOpsSimplify.cpp (revision 9658) |
| +++ src/pathops/SkPathOpsSimplify.cpp (working copy) |
| @@ -164,8 +164,8 @@ |
| SkTArray<SkOpContour*, true> contourList; |
| MakeContourList(contours, contourList, false, false); |
| SkOpContour** currentPtr = contourList.begin(); |
| + result->reset(); |
| result->setFillType(fillType); |
| - result->reset(); |
| if (!currentPtr) { |
| return true; |
| } |