Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e143645 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix full draw power usage increase issue" into main am: d25752e5 am: 14124ea1

parents e8aa3de1 14124ea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ private:
    };

    // Need at least 4 because we do quad buffer. Add a few more for good measure.
    RingBuffer<SwapHistory, 7> mSwapHistory;
    RingBuffer<SwapHistory, 8> mSwapHistory;
    // Frame numbers start at 1, 0 means uninitialized
    uint64_t mFrameNumber = 0;
    int64_t mDamageId = 0;