summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Carr <racarr@google.com>2021-06-23 01:10:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-23 01:10:06 +0000
commit63787777ebe39213059b420b6dacbf1d9b9746b8 (patch)
treed06ae64defa48d15b8ffaeccefae305395803797
parent757f24e3872d42283404dcf1c0fe88a4d8dd7ac8 (diff)
parent88d76cd9d7f738adee50987f787a09cce49c7e3c (diff)
downloadnative-63787777ebe39213059b420b6dacbf1d9b9746b8.tar.gz
Merge "SurfaceFlinger: Revert accidental change" into sc-dev
-rw-r--r--services/surfaceflinger/Layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h
index b4d25053c6..ec9bb7c27f 100644
--- a/services/surfaceflinger/Layer.h
+++ b/services/surfaceflinger/Layer.h
@@ -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;