commit | f25edfeac7c41aafc018c5de75185368838ab404 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 18:20:10 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 18:20:10 2012 +0000 |
tree | 29b07741dfc161e74fc7c9596f4facacbd05d3dd | |
parent | a3f05facab01712a1b58e60a70b0dbdb90a39830 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4119 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeWalker.cpp b/experimental/Intersection/EdgeWalker.cpp index 8baf727..e74689f 100644 --- a/experimental/Intersection/EdgeWalker.cpp +++ b/experimental/Intersection/EdgeWalker.cpp
@@ -2292,7 +2292,7 @@ ActiveEdge* activePtr, * nextPtr = edgeList[0]; size_t index; bool foundCoincident = false; - int firstIndex = 0; + size_t firstIndex = 0; for (index = 1; index < edgeCount; ++index) { activePtr = nextPtr; nextPtr = edgeList[index];