| Index: tests/PathOpsExtendedTest.cpp
|
| diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp
|
| index 05d00045b97e7d3d5b72800b05c5cd8f3ceb147e..f90b9fec695ebe7bf957a84327fc61f073c01b03 100644
|
| --- a/tests/PathOpsExtendedTest.cpp
|
| +++ b/tests/PathOpsExtendedTest.cpp
|
| @@ -14,8 +14,8 @@
|
| #include "SkPaint.h"
|
| #include "SkRTConf.h"
|
| #include "SkStream.h"
|
| +#include "SkTaskGroup.h"
|
| #include "SkThread.h"
|
| -#include "SkThreadPool.h"
|
|
|
| #ifdef SK_BUILD_FOR_MAC
|
| #include <sys/sysctl.h>
|
| @@ -542,7 +542,7 @@ bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkP
|
|
|
| SK_DECLARE_STATIC_MUTEX(gMutex);
|
|
|
| -int initializeTests(skiatest::Reporter* reporter, const char* test) {
|
| +void initializeTests(skiatest::Reporter* reporter, const char* test) {
|
| #if 0 // doesn't work yet
|
| SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
|
| SK_CONF_SET("images.png.suppressDecoderWarnings", true);
|
| @@ -566,7 +566,6 @@ int initializeTests(skiatest::Reporter* reporter, const char* test) {
|
| }
|
| }
|
| }
|
| - return reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
|
| }
|
|
|
| void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType pathFillType) {
|
|
|