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

Commit 29258758 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't increment layer state sequence id when setting setFrameTimelineVsyncForTransaction"

parents 1c6bbc01 9ff8bcc4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1455,7 +1455,6 @@ bool Layer::setFrameRate(FrameRate frameRate) {
}

void Layer::setFrameTimelineVsyncForTransaction(int64_t frameTimelineVsyncId, nsecs_t postTime) {
    mCurrentState.sequence++;
    mCurrentState.frameTimelineVsyncId = frameTimelineVsyncId;
    mCurrentState.postTime = postTime;
    mCurrentState.modified = true;