summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChavi Weingarten <chaviw@google.com>2019-09-09 20:33:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-09-09 20:33:58 +0000
commitb419fa8686633b112b3fa153e29528cb8821ee6c (patch)
tree40407a7071a23f2da520ceff92ecbb421d766896
parent7e5db1d14650b8901e6e9c5157c6dd4a6711023f (diff)
parentb34c911a8bd37e773290261dc7e9969dbe8dabef (diff)
downloadnative-b419fa8686633b112b3fa153e29528cb8821ee6c.tar.gz
Merge "Use getLayerStack() instead of layerStack for input info" into qt-qpr1-dev
-rw-r--r--services/surfaceflinger/Layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index d6e86eb0e5..fdf9da342f 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -2048,7 +2048,7 @@ InputWindowInfo Layer::fillInputInfo() {
InputWindowInfo info = mDrawingState.inputInfo;
if (info.displayId == ADISPLAY_ID_NONE) {
- info.displayId = mDrawingState.layerStack;
+ info.displayId = getLayerStack();
}
ui::Transform t = getTransform();