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

Commit 1ba85437 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am 7ae9f08a: Merge "Fixed to call computeVisibleRegions() when transparent value changed"

* commit '7ae9f08a':
  Fixed to call computeVisibleRegions() when transparent value changed
parents 52749c0b 7ae9f08a
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;
}