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

Commit 56b79aa8 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Fixed to call computeVisibleRegions() when transparent value changed"

parents 1f824b15 2168e2de
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ bool LayerBuffer::needsBlending() const {
}

void LayerBuffer::setNeedsBlending(bool blending) {
    if (mNeedsBlending != blending) {
        mFlinger->invalidateLayerVisibility(this);
    }
    mNeedsBlending = blending;
}