Chromium Code Reviews| Index: tests/BlendTest.cpp |
| diff --git a/tests/BlendTest.cpp b/tests/BlendTest.cpp |
| index 518a7e241d43ef36578922607075579711dad325..612492d271ab7ca5036c2aa3de16d08fcddf88a6 100644 |
| --- a/tests/BlendTest.cpp |
| +++ b/tests/BlendTest.cpp |
| @@ -98,5 +98,5 @@ DEF_TEST(Blend_premul_begets_premul, r) { |
| }; |
| // Parallelism helps speed things up on my desktop from ~725s to ~50s. |
| - sk_parallel_for(SkXfermode::kLastMode, test_mode); |
| + SkTaskGroup().batch(SkXfermode::kLastMode, test_mode); |
| } |