aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsThreadedCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsThreadedCommon.cpp')
-rw-r--r--tests/PathOpsThreadedCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsThreadedCommon.cpp b/tests/PathOpsThreadedCommon.cpp
index c9a06f0a52..a1a65b70a9 100644
--- a/tests/PathOpsThreadedCommon.cpp
+++ b/tests/PathOpsThreadedCommon.cpp
@@ -17,6 +17,6 @@ PathOpsThreadedTestRunner::~PathOpsThreadedTestRunner() {
void PathOpsThreadedTestRunner::render() {
SkTaskGroup().batch(fRunnables.count(), [&](int i) {
- fRunnables[i]->run();
+ (*fRunnables[i])();
});
}