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
1 file changed