diff options
author | 2023-03-16 17:32:21 +0000 | |
---|---|---|
committer | 2023-03-16 17:32:21 +0000 | |
commit | b82218d25e0c22a9f80ddefaa458d51bda2d3b53 (patch) | |
tree | 898a246d7a723362eb1a1baaec97d835781f4772 /services/surfaceflinger/SurfaceFlinger.cpp | |
parent | 763d67f3d71d41008a668b4d1830277f30260671 (diff) | |
parent | d6271e0eb080025ee5f0cc3fa82b2c0c73e9675a (diff) |
Merge "Revert "Resync on the transaction."" into udc-dev
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.cpp')
-rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index c9d17d5b27..f934fa0461 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -4147,7 +4147,6 @@ void SurfaceFlinger::setTransactionFlags(uint32_t mask, TransactionSchedule sche ATRACE_INT("mTransactionFlags", transactionFlags); if (const bool scheduled = transactionFlags & mask; !scheduled) { - mScheduler->resync(); scheduleCommit(frameHint); } else if (frameHint == FrameHint::kActive) { // Even if the next frame is already scheduled, we should reset the idle timer |