diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-10-19 23:20:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-19 23:20:09 +0000 |
commit | b0c41a1b0c8b219172e88f8b588f8d910ede3f57 (patch) | |
tree | 695272c200019f88d7ebc18d61872d0043fb5bc1 /libs/hwui/JankTracker.h | |
parent | 3bef7fe58bd4c2d4275ccff93b93c8206bd7ddd4 (diff) | |
parent | 6922a97ee2173a257cc6c3006e51eb437f9686de (diff) |
Merge "Merge redfin/bramble support."
Diffstat (limited to 'libs/hwui/JankTracker.h')
-rw-r--r-- | libs/hwui/JankTracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/JankTracker.h b/libs/hwui/JankTracker.h index 4460266276f9..b3fbbfe98669 100644 --- a/libs/hwui/JankTracker.h +++ b/libs/hwui/JankTracker.h @@ -75,7 +75,7 @@ private: std::array<int64_t, NUM_BUCKETS> mThresholds; int64_t mFrameInterval; - nsecs_t mSwapDeadline; + nsecs_t mSwapDeadline = -1; // The amount of time we will erase from the total duration to account // for SF vsync offsets with HWC2 blocking dequeueBuffers. // (Vsync + mDequeueBlockTolerance) is the point at which we expect |