Index: src/pathops/SkReduceOrder.h |
diff --git a/src/pathops/SkReduceOrder.h b/src/pathops/SkReduceOrder.h |
index 82f8ffb1430f560ff2f25d0a536001f040d5b5b4..c167951f8bb121380cc94b7f260916820e583598 100644 |
--- a/src/pathops/SkReduceOrder.h |
+++ b/src/pathops/SkReduceOrder.h |
@@ -27,8 +27,8 @@ union SkReduceOrder { |
int reduce(const SkDLine& line); |
int reduce(const SkDQuad& quad, Style); |
- static SkPath::Verb Cubic(const SkPoint pts[4], SkTArray<SkPoint, true>* reducePts); |
- static SkPath::Verb Quad(const SkPoint pts[3], SkTArray<SkPoint, true>* reducePts); |
+ static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts); |
+ static SkPath::Verb Quad(const SkPoint pts[3], SkPoint* reducePts); |
SkDLine fLine; |
SkDQuad fQuad; |