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
1 file changed