summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Carr <racarr@google.com>2021-07-29 22:04:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-29 22:04:56 +0000
commitaddd383230ca2cf225730abc3ef040c0f594f803 (patch)
tree75427791560a5705ea7b41ef025355ec32bc12a9
parentf6e2ea73ad00303b2846ae2bf04091ae1269b456 (diff)
parentaf50624dfb592ad6c9f571e2da4cf91e45217b04 (diff)
downloadnative-addd383230ca2cf225730abc3ef040c0f594f803.tar.gz
Merge "Don't call invalidateHwcGeometry when handling transactions" into sc-dev
-rw-r--r--services/surfaceflinger/SurfaceFlinger.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index e0af028ea5..230810c936 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2495,7 +2495,6 @@ void SurfaceFlinger::handleTransaction(uint32_t transactionFlags) {
handleTransactionLocked(transactionFlags);
mDebugInTransaction = 0;
- invalidateHwcGeometry();
// here the transaction has been committed
}