aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsDCubicTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsDCubicTest.cpp')
-rw-r--r--tests/PathOpsDCubicTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsDCubicTest.cpp b/tests/PathOpsDCubicTest.cpp
index c7c9f2ab96..b5fe8f744b 100644
--- a/tests/PathOpsDCubicTest.cpp
+++ b/tests/PathOpsDCubicTest.cpp
@@ -21,7 +21,7 @@ DEF_TEST(PathOpsDCubic, reporter) {
const SkDCubic& cubic = tests[index];
SkASSERT(ValidCubic(cubic));
bool skip;
- bool result = cubic.clockwise(&skip);
+ bool result = cubic.clockwise(cubic, &skip);
if (!result) {
SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
REPORTER_ASSERT(reporter, 0);