commit | ae0f99084d890df476e681ad3b85925ee877715f | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Mon Sep 14 19:23:31 2020 -0500 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Sep 22 15:05:02 2020 +0000 |
tree | 85fcf2bbb1f0e2ed37613d2b300cb231a03ee5af | |
parent | b2d6a712e8fbe7cc81696ed38809689727d30ec6 [diff] |
Use std::vector instead of VLA for addMovement Currently, VLA is used to send data to 'addMovement' in VelocityTracker. Use std::vector instead. This also helps assert against the number of pointers present in the idBits. Bug: 167946721 Test: atest libinput_tests Change-Id: Ie8aabafe9a407a2b07d3edef4d1fa312510ccdba