commit | 2c5a8716cdb9b011e60cb7d79d2f099f3058ae27 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Aug 15 14:28:14 2024 +0800 |
committer | Yi Kong <yikong@google.com> | Thu Aug 15 14:41:03 2024 +0800 |
tree | 4a0e52d9d6187726798b1b25664947400fb4eb81 | |
parent | abda996e895b59e71e5f7344a7501cc29ba78ff3 [diff] |
graphics: Remove unnecessary std::move Moving a temporary object prevents copy elision, and could reduce performance. This fixes -Wpessimizing-move compiler warning. Test: presubmit Bug: 154270751 Change-Id: I26d488fb92bf3a9accc20d688da0408e6e19ca93