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

Commit 6434804c authored by John Reck's avatar John Reck Committed by Gerrit Code Review
Browse files

Merge "Fix full draw power usage increase issue"

parents 8f2b0737 0815ba23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;