commit | e356c7f0eeb513d0b8cf7bf7f1f47ba4e997861e | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Oct 06 11:24:08 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 06 11:24:08 2014 -0700 |
tree | 35a1c79fdd6b5305f65d560a6ce6db41a4d66489 | |
parent | 8e47478333bb77d3ba273432fcfe089a2a1384be [diff] |
Restore a really single-threaded mode to DM. Used to be: 0 -> run on main thread plus an autodetected number of extra threads (default) N -> run on main thread plus N extra threads Now it's: -1 -> run on main thread plus an autodetected number of extra threads (default) 0 -> run on main thread N -> run on main thread plus N extra threads BUG=skia: Review URL: https://codereview.chromium.org/636593002