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

Commit c037ca7f authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am c4e98c40: Merge "SF: Apply pending transactions to new sidebands"

* commit 'c4e98c40':
  SF: Apply pending transactions to new sidebands
parents d9fd7a78 c4e98c40
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1125,6 +1125,10 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions)
    if (android_atomic_acquire_cas(true, false, &mSidebandStreamChanged) == 0) {
        // mSidebandStreamChanged was true
        mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
        if (mSidebandStream != NULL) {
            setTransactionFlags(eTransactionNeeded);
            mFlinger->setTransactionFlags(eTraversalNeeded);
        }
        recomputeVisibleRegions = true;

        const State& s(getDrawingState());