commit | 12eea2b10d6caaafe0a207d10b1e9322510983a2 | [log] [tgz] |
---|---|---|
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 27 07:10:10 2013 +0000 |
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 27 07:10:10 2013 +0000 |
tree | 0c862c6a14aa41ee3c5d4e812fe936702d88095b | |
parent | ee619a059a2cd7259226dc0c86a000e3bf5834de [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@7875 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index ea4c9bf..e269ffd 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp
@@ -3668,7 +3668,7 @@ void setOppXor(bool isOppXor) { fOppXor = isOppXor; } - + void setSpanT(int index, double t) { Span& span = fTs[index]; span.fT = t;