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

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

Merge "Mark screen rotation as early (2/2)" into qt-dev

parents 4658e11c ef4b6013
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -365,6 +365,9 @@ SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::merge(Tr
    mContainsBuffer = other.mContainsBuffer;
    other.mContainsBuffer = false;

    mEarlyWakeup = mEarlyWakeup || other.mEarlyWakeup;
    other.mEarlyWakeup = false;

    return *this;
}