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

Commit ca045778 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5752705 from d717a27b to qt-qpr1-release

Change-Id: If0f0ecbbb454a24dbc7945bf85fc8c97f1b1c3ad
parents 9c8dc61f d717a27b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -365,6 +365,9 @@ SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::merge(Tr
    mContainsBuffer = other.mContainsBuffer;
    mContainsBuffer = other.mContainsBuffer;
    other.mContainsBuffer = false;
    other.mContainsBuffer = false;


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

    return *this;
    return *this;
}
}