commit | 322b8ab77462993fb2d84ed08bd93ba238b6b152 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Mar 14 13:15:28 2019 -0700 |
committer | John Reck <jreck@google.com> | Mon Mar 18 09:34:11 2019 -0700 |
tree | 1af6a0d66d6c77c8e93990a3ce7faa7377f6c2fe | |
parent | 59a599c1d34e0d70171672b6fa6bc52b81be3508 [diff] [blame] |
Remove old TaskManager system Replace it with a newer, fancier, WorkQueue-inspired one that's just a global common thread pool. Test: hwuiunit passes Change-Id: Ib5d03104a08bbac9a4ec67a1bfc0db2b35d6700f
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp index 34f76d9..1bcb819 100644 --- a/libs/hwui/renderthread/RenderProxy.cpp +++ b/libs/hwui/renderthread/RenderProxy.cpp
@@ -31,6 +31,7 @@ #include "renderthread/RenderThread.h" #include "utils/Macros.h" #include "utils/TimeUtils.h" +#include "utils/TraceUtils.h" #include <ui/GraphicBuffer.h>