Index: tests/PathOpsOpTest.cpp |
diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp |
index 2fb86698064e502e7b3c607fd14a19d892a1fd05..a28bae8b1589a3342e559f6682abadd60db29552 100644 |
--- a/tests/PathOpsOpTest.cpp |
+++ b/tests/PathOpsOpTest.cpp |
@@ -3845,8 +3845,7 @@ static void cubicOp130(skiatest::Reporter* reporter, const char* filename) { |
static void complex_to_quads(const SkPoint pts[], SkPath* path) { |
SkScalar loopT; |
- SkDCubic::CubicType dType; |
- if (SkDCubic::ComplexBreak(pts, &loopT, &dType)) { |
+ if (SkDCubic::ComplexBreak(pts, &loopT)) { |
SkPoint cubicPair[7]; |
SkChopCubicAt(pts, cubicPair, loopT); |
SkDCubic c1, c2; |