commit | aa35831d1d0e4c798a63fe772430adc4f3a038cd | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 29 20:28:49 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 29 20:28:49 2013 +0000 |
tree | 1bff42e085bfcf17f906982d9924a81b5b5a79c3 | |
parent | 81d3ce0b63bc87769fd543c2af79e7233d266d09 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7453 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/CubicReduceOrder.cpp b/experimental/Intersection/CubicReduceOrder.cpp index 87d9fd8..29920ab 100644 --- a/experimental/Intersection/CubicReduceOrder.cpp +++ b/experimental/Intersection/CubicReduceOrder.cpp
@@ -93,7 +93,7 @@ --endIndex; if (endIndex == 0) { printf("%s shouldn't get here if all four points are about equal\n", __FUNCTION__); - assert(0); + SkASSERT(0); } } if (!isLinear(cubic, startIndex, endIndex)) {