diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-07-19 03:06:33 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-07-19 03:06:33 +0000 |
commit | 99dc5c54bf38e857112926788975ca8b6763d65b (patch) | |
tree | caf600f869792e7e00e18f2bad5a13b3a795390e /libhwc2.1/libdevice/ExynosLayer.cpp | |
parent | f3b51d7a4748fe62cb6b8c06fe35950522b3948a (diff) | |
parent | d24fbd0b7b58cf454015325fe4521c1c6896ef27 (diff) |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24004824'] into udc-release.
Change-Id: I23979937d6f2e3831a2e27ccc2e2da2b3a899ea0
Diffstat (limited to 'libhwc2.1/libdevice/ExynosLayer.cpp')
-rw-r--r-- | libhwc2.1/libdevice/ExynosLayer.cpp | 2 |
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); } |