Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 062342d9 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [6939405, 6938119, 6938272] into qt-release

Change-Id: Ifa3cbecaf779bac94a531c0400bbc6dd331413cc
parents c5a83eb2 a9ff1f92
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1822,6 +1822,11 @@ void SurfaceFlinger::calculateWorkingSet() {
                layer->forceClientComposition(displayDevice);
            }

            // TODO(b/111562338) remove when composer 2.3 is shipped.
            if (layer->hasColorTransform()) {
                layer->forceClientComposition(displayDevice);
            }

            if (layer->getRoundedCornerState().radius > 0.0f) {
                layer->forceClientComposition(displayDevice);
            }