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

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

Change-Id: Ie5a2a5e487daff8ed125fb6cd4c4ba01f15a3e90
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index 2896b54..a2e7ccb 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2482,7 +2482,6 @@
     handleTransactionLocked(transactionFlags);
 
     mDebugInTransaction = 0;
-    invalidateHwcGeometry();
     // here the transaction has been committed
 }