Merge "Fix full draw power usage increase issue"

This commit is contained in:
John Reck 2022-02-09 17:37:12 +00:00 committed by Gerrit Code Review
commit 6434804c00

View File

@ -287,7 +287,7 @@ private:
};
// Need at least 4 because we do quad buffer. Add a 5th for good measure.
RingBuffer<SwapHistory, 5> mSwapHistory;
RingBuffer<SwapHistory, 7> mSwapHistory;
int64_t mFrameNumber = -1;
int64_t mDamageId = 0;