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

Commit a3cbeeae authored by Robert Carr's avatar Robert Carr
Browse files

ViewRootImpl remove blur defer transacion

Only the BLAST one is active now.

Bug: 168505645
Test: Existing tests pass
Change-Id: I83e26eb0c15733e063b802d79b3e4ecfa702d3ca
parent 225ea651
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10204,9 +10204,6 @@ public final class ViewRootImpl implements ViewParent,

        if (useBLAST() && mBlastBufferQueue != null) {
            mBlastBufferQueue.mergeWithNextTransaction(transaction, frameNumber);
        } else {
            transaction.deferTransactionUntil(surfaceControl, surfaceControl, frameNumber);
            transaction.apply();
        }
    }