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

Commit a168feab authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't set the visibleRegion dirty bit if blur regions are changing"...

Merge "Don't set the visibleRegion dirty bit if blur regions are changing" into sc-dev am: b9d529ba

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

Change-Id: I8dd5c6fa81eb2191af1ed988c220d99a98b1fab6
parents 5e032a75 b9d529ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -958,7 +958,6 @@ bool Layer::setTransparentRegionHint(const Region& transparent) {
}

bool Layer::setBlurRegions(const std::vector<BlurRegion>& blurRegions) {
    mDrawingState.sequence++;
    mDrawingState.blurRegions = blurRegions;
    mDrawingState.modified = true;
    setTransactionFlags(eTransactionNeeded);