diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp index dbe02e88d4..d51554037e 100644 --- a/tests/DataRefTest.cpp +++ b/tests/DataRefTest.cpp @@ -63,8 +63,8 @@ static void test_datatable_is_empty(skiatest::Reporter* reporter, static void test_emptytable(skiatest::Reporter* reporter) { SkAutoTUnref table0(SkDataTable::NewEmpty()); SkAutoTUnref table1(SkDataTable::NewCopyArrays(NULL, NULL, 0)); - SkAutoTUnref table2(SkDataTable::NewCopyArray(NULL, NULL, 0)); - SkAutoTUnref table3(SkDataTable::NewArrayProc(NULL, NULL, 0, + SkAutoTUnref table2(SkDataTable::NewCopyArray(NULL, 0, 0)); + SkAutoTUnref table3(SkDataTable::NewArrayProc(NULL, 0, 0, NULL, NULL)); test_datatable_is_empty(reporter, table0);