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

Commit 60a84c7b authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "SurfaceFlinger: Revert accidental change" into sc-dev am: 63787777 am: ab3c8d65

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

Change-Id: I5cc54e154eec29a236a5750fa4bc2d9b06fdb42d
parents d0961a2f ab3c8d65
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;