summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-09 13:02:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-09 13:02:03 +0000
commitf3d6da3d13af32a92e32a962ab322a6491af463b (patch)
treecaf600f869792e7e00e18f2bad5a13b3a795390e
parentb92e3561514c42ec1c4769608dbeed0c517ad4f5 (diff)
parent725767cf6e14059d901e94f8e2b0a29a0c6ef42d (diff)
downloadcommon-f3d6da3d13af32a92e32a962ab322a6491af463b.tar.gz
Snap for 10632790 from 725767cf6e14059d901e94f8e2b0a29a0c6ef42d to mainline-healthfitness-releaseaml_hef_341717050aml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030android14-mainline-healthfitness-release
Change-Id: I1dc6a23823610f16820e03ec67e6920c6dcab42f
-rw-r--r--libhwc2.1/libdevice/ExynosLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwc2.1/libdevice/ExynosLayer.cpp b/libhwc2.1/libdevice/ExynosLayer.cpp
index 8f1662d..b725f5d 100644
--- a/libhwc2.1/libdevice/ExynosLayer.cpp
+++ b/libhwc2.1/libdevice/ExynosLayer.cpp
@@ -513,7 +513,7 @@ int32_t ExynosLayer::setLayerCompositionType(int32_t /*hwc2_composition_t*/ type
type = HWC2_COMPOSITION_DEVICE;
#endif
- if (type != mCompositionType && type != mRequestedCompositionType) {
+ if (type != mCompositionType) {
setGeometryChanged(GEOMETRY_LAYER_TYPE_CHANGED);
}