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

Commit a50b55f7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SurfaceView: Use BLAST transaction when visibility changes." into rvc-dev am: 7a851ba7

Change-Id: Id503be9d04692c2db01b84ff1a6dd1a46ed1bb6a
parents 4d04d4e3 7a851ba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
                            mTmpTransaction.setWindowCrop(mSurfaceControl, mSurfaceWidth,
                                    mSurfaceHeight);
                        }
                    } else if ((layoutSizeChanged || positionChanged) &&
                    } else if ((layoutSizeChanged || positionChanged || visibleChanged) &&
                            viewRoot.useBLAST()) {
                        viewRoot.setUseBLASTSyncTransaction();
                    }