summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 10:47:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 10:47:14 +0000
commit7ac56abb8be97c405c5d5723c587b491afd11587 (patch)
treecaf600f869792e7e00e18f2bad5a13b3a795390e
parent15bfe2d3cbe56d66731ceb2e73e7c50184fd3f7b (diff)
parent725767cf6e14059d901e94f8e2b0a29a0c6ef42d (diff)
downloadcommon-aml_art_341514450.tar.gz
Change-Id: If702c9fe08180820946b7580c4e9635e7261a76d
-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);
}