aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsLineParametetersTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsLineParametetersTest.cpp')
-rw-r--r--tests/PathOpsLineParametetersTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsLineParametetersTest.cpp b/tests/PathOpsLineParametetersTest.cpp
index 0361e1aea6..3b223ae89f 100644
--- a/tests/PathOpsLineParametetersTest.cpp
+++ b/tests/PathOpsLineParametetersTest.cpp
@@ -40,7 +40,7 @@ static void PathOpsLineParametersTest(skiatest::Reporter* reporter) {
for (size_t index = 0; index < tests_count; ++index) {
SkLineParameters lineParameters;
const SkDCubic& cubic = tests[index];
- lineParameters.cubicEndPoints(cubic);
+ lineParameters.cubicEndPoints(cubic, 0, 3);
double denormalizedDistance[2];
denormalizedDistance[0] = lineParameters.controlPtDistance(cubic, 1);
denormalizedDistance[1] = lineParameters.controlPtDistance(cubic, 2);