commit | 15dd300ac6d7695b4d2aca81d8f3648eae704451 | [log] [tgz] |
---|---|---|
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 18 07:07:28 2013 +0000 |
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 18 07:07:28 2013 +0000 |
tree | 355121f9d2f0c69e8fcbab1dd8a7e73ead5c5bca | |
parent | 51bbe75875d654251c6e8bec21ca773ffd5f39d0 [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@7268 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index 5fd0fd5..19390fb 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp
@@ -1678,7 +1678,7 @@ other.addCancelOutsides(tStart, oStart, *this, endT); } } - + int addUnsortableT(double newT, Segment* other, bool start) { int result = addT(newT, other); Span* span = &fTs[result];