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

Commit 88d76cd9 authored by Robert Carr's avatar Robert Carr
Browse files

SurfaceFlinger: Revert accidental change

An accidental change that was supposed to be reverted snuck in to a
large stack of CLs while they were being rebased/split-up.

Bug: 186200583
Test: Existing tests pass
Change-Id: I5694a18f491b3ac1f6464ddf6c14a245b5022208
parent 6b903996
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -996,7 +996,7 @@ protected:
    // This layer can be a cursor on some displays.
    bool mPotentialCursor{false};

    LayerVector mCurrentChildren{LayerVector::StateSet::Drawing};
    LayerVector mCurrentChildren{LayerVector::StateSet::Current};
    LayerVector mDrawingChildren{LayerVector::StateSet::Drawing};

    wp<Layer> mCurrentParent;