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

Commit 7ccbe8f0 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 '7ae9f08a179fa3b312b80826cfc3c6dc97b792ec':
  Fixed to call computeVisibleRegions() when transparent value changed
parents aee2ca47 56b79aa8
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;
}