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

Commit 00deae28 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: 4c5cf99d

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

Change-Id: I8ec66994c71bce791657aa1fc9e9f61623d6a958
parents eb35c5f3 4c5cf99d
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);