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

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

Merge "Ensure that LayerSettings equality check includes blurRegionTransform."...

Merge "Ensure that LayerSettings equality check includes blurRegionTransform." into sc-dev am: b1f5ee4a

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

Change-Id: Ibd7a278fb26b2295b448d61b3872ebe7b5dca29b
parents 09e9d202 b1f5ee4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ static inline bool operator==(const LayerSettings& lhs, const LayerSettings& rhs
            lhs.colorTransform == rhs.colorTransform &&
            lhs.disableBlending == rhs.disableBlending && lhs.shadow == rhs.shadow &&
            lhs.backgroundBlurRadius == rhs.backgroundBlurRadius &&
            lhs.blurRegionTransform == rhs.blurRegionTransform &&
            lhs.stretchEffect == rhs.stretchEffect;
}