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

Commit 91d00f1c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Reduce setInputWindows calls" into rvc-dev am: 75328289

Change-Id: I8ca863c445b7af8f5cf3df05471879c633eb17c5
parents 93a57e38 75328289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ bool LayerRejecter::reject(const sp<GraphicBuffer>& buf, const BufferItem& item)
    // We latch the transparent region here, instead of above where we latch
    // the rest of the geometry because it is only content but not necessarily
    // resize dependent.
    if (!mFront.activeTransparentRegion_legacy.isTriviallyEqual(
    if (!mFront.activeTransparentRegion_legacy.hasSameRects(
                mFront.requestedTransparentRegion_legacy)) {
        mFront.activeTransparentRegion_legacy = mFront.requestedTransparentRegion_legacy;