Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: src/pathops/SkAddIntersections.h

Issue 2128633003: pathops coincidence and security rewrite (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: require resulting t to be between 0 and 1 Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | src/pathops/SkDConicLineIntersection.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pathops/SkAddIntersections.h
diff --git a/src/pathops/SkAddIntersections.h b/src/pathops/SkAddIntersections.h
index 23654e5e91d20470128b1e6f2a4a04b13c6bb396..ca409800cd8d33d12bc00f28ec0077b70d1270b5 100644
--- a/src/pathops/SkAddIntersections.h
+++ b/src/pathops/SkAddIntersections.h
@@ -12,7 +12,6 @@
class SkOpCoincidence;
-bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence,
- SkChunkAlloc* allocator);
+bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence);
#endif
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | src/pathops/SkDConicLineIntersection.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698