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

Commit 11a0de18 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 am: 6497efed

Change-Id: I83b321fa24e01ddd4ebfc0bc6c1d52edbaff0b42
parents 21b9a9a0 6497efed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2812,7 +2812,7 @@ void SurfaceFlinger::updateInputWindowInfo() {
}

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

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

    mPendingSyncInputWindows = false;

    mTransactionCV.broadcast();
}