summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-23 21:46:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-23 21:46:05 +0000
commit9079b17de34dc856c419b1ea3a7808e6d90dd2d7 (patch)
treecaf600f869792e7e00e18f2bad5a13b3a795390e
parentc6289a56cc219431ae7cbb22980c8a2f40671285 (diff)
parent725767cf6e14059d901e94f8e2b0a29a0c6ef42d (diff)
downloadcommon-aml_mpr_341511070.tar.gz
Change-Id: I1a438463d5b984dac93ce191821c5ed97203cd80
-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);
}