| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index b7603bf3bcd1925ad30bf7ba05cbdfc229372d67..03fabc44f1a021252bcff6f4656065b2ced48051 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -600,8 +600,7 @@ int nanobench_main();
|
| int nanobench_main() {
|
| SetupCrashHandler();
|
| SkAutoGraphics ag;
|
| - // Multithreading is disabled pending resolution of skia:3149
|
| - //SkTaskGroup::Enabler enabled;
|
| + SkTaskGroup::Enabler enabled;
|
|
|
| #if SK_SUPPORT_GPU
|
| GrContext::Options grContextOpts;
|
|
|