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

Commit 3d1873ef authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "SurfaceView: Restore transaction application in useBLAST=false" into sc-dev am: f803a76f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13973683

Change-Id: Id7a5ead664290fd39925cc2b59baa87e04678246
parents ffdd8cec f803a76f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1389,6 +1389,8 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
            // If we are using BLAST, merge the transaction with the viewroot buffer transaction.
            viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber);
            return;
        } else {
            mRtTransaction.apply();
        }
    }