Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1182)

Unified Diff: bench/nanobench.cpp

Issue 773203003: Turn on MPD threading in nanobench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: stack-copy Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkBitmapProcShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/core/SkBitmapProcShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698