Loading services/surfaceflinger/Layer.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/surfaceflinger/Layer.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading