From 1f7928663f417253f2f75f42625d514dc5f26b9a Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 18 Jun 2013 20:50:34 +0000 Subject: Refactor: clean up some unused or mostly-unused API I saw here. BUG= R=bungeman@google.com, reed@google.com Author: mtklein@google.com Review URL: https://chromiumcodereview.appspot.com/17414003 git-svn-id: http://skia.googlecode.com/svn/trunk@9668 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/EmptyPathTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/EmptyPathTest.cpp') diff --git a/tests/EmptyPathTest.cpp b/tests/EmptyPathTest.cpp index 5c054ec16b..153af1f50a 100644 --- a/tests/EmptyPathTest.cpp +++ b/tests/EmptyPathTest.cpp @@ -59,7 +59,7 @@ static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path, } appendStr(&str, paint); appendStr(&str, path); - reporter->report(str.c_str(), skiatest::Reporter::kFailed); + reporter->reportFailed(str); // uncomment this if you want to step in to see the failure // canvas.drawPath(path, p); -- cgit v1.2.3