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

Commit 4f288d22 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: 9e2edf43

Change-Id: I439625285e474fe5a70e652fa4d3530905236d5b
parents db49889a 9e2edf43
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();
}