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

Commit 99dbaa39 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...

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

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

Change-Id: Ib051e63f0ca87a1f096f9ef205dd2aee84e6ef1c
parents f447b60e 616fd704
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);