commit | 3d0957260a6e14fed746f126602a301d9be2b982 | [log] [tgz] |
---|---|---|
author | David Sodman <dsodman@google.com> | Mon Jul 23 19:10:42 2018 -0700 |
committer | David Sodman <dsodman@google.com> | Mon Jul 23 19:10:42 2018 -0700 |
tree | 52dccc0cf8751191132cb23482d9b2b0cff2dc6d | |
parent | d7e01d70bc28b7e42dbcee0b7787f798a440b43a [diff] |
SF: Fix initialization of mRefreshStartTime Commit 64a0427a8f0d17cb89140336173c77110349009b introduced a bug by re-arranging code in FE and BE by initializing mRefreshStartTime in beginFrame which is invoked after preComposition, which is the first place it is referenced. This change moves the initialization to be prior to usage. Bug: 111647590 Test: run cts -m CtsDeqpTestCases, run cts -m CtsViewTestCases Change-Id: Ia9856d5aafd668c78f0741979b472af830276e6e