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

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

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

* commit 'c037ca7f':
  SF: Apply pending transactions to new sidebands
parents 634ccf27 c037ca7f
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());