Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65e76211 authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Remove spurious std::move().

Flag: EXEMPT refactor
Bug: 385156191
Test: presubmit

Change-Id: I2cfc6969291d207c73608c0c045d1eec70852278
parent e511fd40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4323,7 +4323,7 @@ void SurfaceFlinger::updateInputFlinger(VsyncId vsyncId, TimePoint frameTime) {
                                                                        std::move(displayInfos),
                                                                        ftl::to_underlying(vsyncId),
                                                                        frameTime.ns()},
                                                 std::move(inputWindowCommands.releaseListeners()),
                                                 inputWindowCommands.releaseListeners(),
                                                 /* forceImmediateCall= */ visibleWindowsChanged ||
                                                         !inputWindowCommands.getFocusRequests()
                                                                  .empty());