| Index: samplecode/SamplePathFuzz.cpp
|
| diff --git a/samplecode/SamplePathFuzz.cpp b/samplecode/SamplePathFuzz.cpp
|
| index 317833dfe9ec37402ae9778c6d28a3f3fc584ec7..d719826752770c33333f9d6e5d85da97405f4835 100644
|
| --- a/samplecode/SamplePathFuzz.cpp
|
| +++ b/samplecode/SamplePathFuzz.cpp
|
| @@ -619,7 +619,7 @@ static bool contains_only_moveTo(const SkPath& path) {
|
| #include "SkTDArray.h"
|
|
|
| static void path_fuzz_stroker(SkBitmap* bitmap, int seed) {
|
| - sk_parallel_for(100, [&](int i) {
|
| + SkTaskGroup().batch(100, [&](int i) {
|
| int localSeed = seed + i;
|
|
|
| FuzzPath fuzzPath;
|
|
|