diff options
author | Mike Klein <mtklein@chromium.org> | 2017-10-30 11:57:15 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-10-30 16:45:29 +0000 |
commit | 03141d25cf75c4ce6cdb94f90e9538ee3c878699 (patch) | |
tree | d635693f932ac01306c0bda8b388911a1f79199b /dm | |
parent | cc309eb9b18a707dfb94d89866a474bebf7f2777 (diff) |
remove SkThread, using std::thread instead
Change-Id: I871dd5eea4496e87c206b46d9eae81cb521b11ce
Reviewed-on: https://skia-review.googlesource.com/65103
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'dm')
-rw-r--r-- | dm/DM.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ #include "SkSpinlock.h" #include "SkTHash.h" #include "SkTaskGroup.h" -#include "SkThreadUtils.h" #include "Test.h" #include "Timer.h" #include "ios_utils.h" |