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 |