commit | a4eb946da83d1e63ece1775c260498565b499714 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Thu Nov 07 12:57:27 2024 -0600 |
committer | Patrick Williams <pdwilliams@google.com> | Thu Nov 07 12:59:59 2024 -0600 |
tree | 92f4c62175dd3e59ce121fba3c4a77e1cf4a7ff6 | |
parent | 525e783ff7cff593e7e5f2054d0e16e625e70033 [diff] |
Avoid unnecessary copies in updateInputFlinger Lambda capture values are const by default, preventing a move from occurring despite using std::move. Declaring the lambda "mutable" fixes this. Bug: 352744079 Flag: EXEMPT refactor Test: presubmits Change-Id: I322e8a6c85c810cc90669d043c4f72feb57a97ae