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

Commit 3993324e authored by John Reck's avatar John Reck Committed by Automerger Merge Worker
Browse files

Merge "Fix full draw power usage increase issue" am: 6434804c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909972

Change-Id: I0aa9056683aae9ed3adc1ba78fa574a210b9c1f1
parents 03bc1606 6434804c
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;