aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/EmptyPathTest.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 20:50:34 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 20:50:34 +0000
commit1f7928663f417253f2f75f42625d514dc5f26b9a (patch)
treeefe92adf4f7759e16d3656abc8636475b46f6570 /tests/EmptyPathTest.cpp
parent7a11591e5e09493f1589c93d53fd1fe10086920a (diff)
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
Diffstat (limited to 'tests/EmptyPathTest.cpp')
-rw-r--r--tests/EmptyPathTest.cpp2
1 files changed, 1 insertions, 1 deletions
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);