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

Commit fea1cc69 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 am: 3993324e am: f935ce25

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

Change-Id: I086290e4e858ed48b323b39a90a8775db43cb298
parents 27803767 f935ce25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,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;