summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-17 23:06:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-17 23:06:57 +0000
commitaa2642912a95bfe71f232a1127ddc49cbce333cf (patch)
tree4f78b826244adbfe6b36ea8eadd0512fb8d514c8
parentb59c58ad5e5bcefda31c556a554c70b574c78a49 (diff)
parentb9d529ba488a72125df06327da00798c23c98471 (diff)
downloadnative-aa2642912a95bfe71f232a1127ddc49cbce333cf.tar.gz
Snap for 7559299 from b9d529ba488a72125df06327da00798c23c98471 to sc-release
Change-Id: I2e5cde9be9bd463d097401c6a25aa781ef8e6a3d
-rw-r--r--services/surfaceflinger/Layer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index bbe2c3e575..e2b6a36794 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -958,7 +958,6 @@ bool Layer::setTransparentRegionHint(const Region& transparent) {
}
bool Layer::setBlurRegions(const std::vector<BlurRegion>& blurRegions) {
- mDrawingState.sequence++;
mDrawingState.blurRegions = blurRegions;
mDrawingState.modified = true;
setTransactionFlags(eTransactionNeeded);