commit | 8cbd3075e57963c7bfc2e863cca3d7d2176e3e73 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Mon Mar 15 16:39:06 2021 -0700 |
committer | Ady Abraham <adyabr@google.com> | Mon Mar 15 16:45:15 2021 -0700 |
tree | 29f2c19742ce4a9d6248b459dbb0a748f680e59f | |
parent | 67fba0fd7f7a83ceb8a98ea968050d18113026af [diff] [blame] |
SF: rename ExplicitEarlyWakeup -> EarlyWakeup Bug: 159125966 Test: build Change-Id: I3ab95491ac5fe64b0dc56290ad05bbaf7b8e5009
diff --git a/services/surfaceflinger/Scheduler/VsyncModulator.h b/services/surfaceflinger/Scheduler/VsyncModulator.h index f02680b..fcde279 100644 --- a/services/surfaceflinger/Scheduler/VsyncModulator.h +++ b/services/surfaceflinger/Scheduler/VsyncModulator.h
@@ -113,7 +113,7 @@ using Schedule = TransactionSchedule; std::atomic<Schedule> mTransactionSchedule = Schedule::Late; - std::atomic<bool> mExplicitEarlyWakeup = false; + std::atomic<bool> mEarlyWakeup = false; std::atomic<bool> mRefreshRateChangePending = false;