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

Commit 6497efed authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "SurfaceFlinger: Ensure syncInputWindows is processed." into rvc-dev am:...

Merge "SurfaceFlinger: Ensure syncInputWindows is processed." into rvc-dev am: 14f49cd4 am: 3e9b0804 am: 8133efed

Change-Id: I821c038a73767cf33629ce3fd4bf790433b11018
parents d81558d9 8133efed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2808,7 +2808,7 @@ void SurfaceFlinger::updateInputWindowInfo() {
}

void SurfaceFlinger::commitInputWindowCommands() {
    mInputWindowCommands = mPendingInputWindowCommands;
    mInputWindowCommands.merge(mPendingInputWindowCommands);
    mPendingInputWindowCommands.clear();
}

@@ -5779,6 +5779,7 @@ void SurfaceFlinger::setInputWindowsFinished() {
    Mutex::Autolock _l(mStateLock);

    mPendingSyncInputWindows = false;

    mTransactionCV.broadcast();
}