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

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

Change-Id: I4b5f9fea6a92444ddff9d8bd53ea8a48a82e5fa9
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index e0af028..230810c 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2495,7 +2495,6 @@
     handleTransactionLocked(transactionFlags);
 
     mDebugInTransaction = 0;
-    invalidateHwcGeometry();
     // here the transaction has been committed
 }