commit | 21be43e142a6fcb3283d7b2da14eb39b690cf643 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Aug 14 10:25:16 2014 -0700 |
committer | John Reck <jreck@google.com> | Fri Aug 15 00:36:11 2014 +0000 |
tree | a2065bc793185d1fc364d740412428e7d8bafe94 | |
parent | 9fde9a250fffc15c6bcdfc985de12c8646a9813c [diff] [blame] |
Fix hwuitask & RT priorities Bug: 15993695 Change-Id: Ib6f07237cb834e8d10f3074f8fb206d27f91859a
diff --git a/libs/hwui/thread/TaskManager.h b/libs/hwui/thread/TaskManager.h index f2a216f..5a933ab 100644 --- a/libs/hwui/thread/TaskManager.h +++ b/libs/hwui/thread/TaskManager.h
@@ -84,6 +84,7 @@ void exit(); private: + virtual status_t readyToRun(); virtual bool threadLoop(); // Lock for the list of tasks