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

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

Merge "SurfaceView: Use BLAST transaction when visibility changes." into...

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

Change-Id: Ib251be080f7de0ee36b53c3a39536a31fa4447b9
parents b1279be4 528adfed
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();
                    }