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

Commit addd3832 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "Don't call invalidateHwcGeometry when handling transactions" into sc-dev

parents f6e2ea73 af50624d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2495,7 +2495,6 @@ void SurfaceFlinger::handleTransaction(uint32_t transactionFlags) {
    handleTransactionLocked(transactionFlags);

    mDebugInTransaction = 0;
    invalidateHwcGeometry();
    // here the transaction has been committed
}