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

Commit 4c5cf99d authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "SF: Set dirty region bit if transparent region hint changes" into sc-dev am: 5b201046

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15240432

Change-Id: I6a0e2a516dc6b40b4e1e9a501eff19b1a8f9f0f6
parents 3a3c9b0c 5b201046
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -590,6 +590,7 @@ bool BufferStateLayer::setTransactionCompletedListeners(
}

bool BufferStateLayer::setTransparentRegionHint(const Region& transparent) {
    mDrawingState.sequence++;
    mDrawingState.transparentRegionHint = transparent;
    mDrawingState.modified = true;
    setTransactionFlags(eTransactionNeeded);