commit | fa67b55312a1dfbc157f3bf9b0f5cf98d47402cb | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Mon Aug 12 16:51:55 2019 -0700 |
committer | chaviw <chaviw@google.com> | Mon Aug 12 16:51:55 2019 -0700 |
tree | bb5f1cc08faf9ff884424998871ad324c6ed5754 | |
parent | 4f17282e3122838d4581ca2f279386c3a9e1537e [diff] |
Moved desiredPresentTime for BLAST into State Currently mDesiredPresentTime was being accessed by both main thread and binder thread. Moved desiredPresentTime into State struct so it can be accessed by the binder thread with current state and by the main thread with drawing state. Test: BLAST continues to work Change-Id: Ib32f4fb8963549e57c15fa2eb934b30fffe67171