From ff80c2ab305a25434d17fbcbec02b20d69b05227 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Sat, 7 Jan 2017 11:16:28 -0500 Subject: remove SkMemoryWStream -- unused externally BUG=skia: Change-Id: Idbc9af4e703238871f56f623cd616fb7a5e686d3 Reviewed-on: https://skia-review.googlesource.com/6727 Reviewed-by: Cary Clark Commit-Queue: Mike Reed --- tests/PathOpsOpLoopThreadedTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PathOpsOpLoopThreadedTest.cpp') diff --git a/tests/PathOpsOpLoopThreadedTest.cpp b/tests/PathOpsOpLoopThreadedTest.cpp index 3854f90b08..04caac9926 100644 --- a/tests/PathOpsOpLoopThreadedTest.cpp +++ b/tests/PathOpsOpLoopThreadedTest.cpp @@ -76,7 +76,7 @@ static void testOpLoopsMain(PathOpsThreadState* data) { pathStr.appendf(" testPathOp(reporter, path, pathB, kIntersect_SkPathOp," " filename);\n"); pathStr.appendf("}\n"); - outputProgress(state.fPathStr, pathStr.c_str(), kIntersect_SkPathOp); + state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); } testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); } -- cgit v1.2.3