summaryrefslogtreecommitdiff
path: root/opengl/libagl/array.cpp
diff options
context:
space:
mode:
author Siarhei Vishniakou <svv@google.com> 2020-03-24 19:50:03 -0700
committer Siarhei Vishniakou <svv@google.com> 2020-06-16 17:41:27 -0700
commit1ea3cf10aa1f5258eb98b34264ac94eb004b2239 (patch)
tree03efd9209b7271fc0b977e651439035611d6ea77 /opengl/libagl/array.cpp
parentbde3d9edd77575cb337bc7c407bc6c24a6636485 (diff)
Make tempTouchState a local variable
Currently, mTempTouchState is a class variable, and it is confusing when it is being modified in functions such as findTouchedWindowAt. This variable is only used inside findTouchedWindowTargets, so convert it to a local variable. This will make it easier to keep track of its contents. Bug: 142017994 Test: none (this is a cherry-pick) Change-Id: I8b4f45eadf0ba05e5979de39f78ba81fe79bce31 Merged-In: I8b4f45eadf0ba05e5979de39f78ba81fe79bce31
Diffstat (limited to 'opengl/libagl/array.cpp')
0 files changed, 0 insertions, 0 deletions