| commit | c83c70e911a38aea03db4af8dd9841d0d77bd129 | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 22 21:50:07 2013 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 22 21:50:07 2013 +0000 |
| tree | c957cfecc8e073f178dc13aae8a16d9bd3653e8c | |
| parent | f8d7d2731318cdf510ab68e6b3f5ec68ab22c8e2 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7836 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.h b/experimental/Intersection/Intersection_Tests.h index af658d9..333f245 100644 --- a/experimental/Intersection/Intersection_Tests.h +++ b/experimental/Intersection/Intersection_Tests.h
@@ -15,6 +15,7 @@ void CubicIntersection_NewOneOffTest(); void CubicIntersection_OneOffTest(); void CubicIntersection_OneOffTests(); +void CubicIntersection_SelfTest(); void CubicIntersection_Test(); void CubicIntersection_RandTest(); void CubicIntersection_RandTestOld();