Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: remoting/host/fake_desktop_environment.cc

Issue 2515813002: Fix remoting_perftests build for ARM (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_desktop_environment.cc
diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
index d566b7a5d241220c2d7f824c4b3b8cfa157a7f43..bede5ee2d476b29ee8aeb3e77fa36add82de23f1 100644
--- a/remoting/host/fake_desktop_environment.cc
+++ b/remoting/host/fake_desktop_environment.cc
@@ -85,7 +85,7 @@ FakeDesktopEnvironment::CreateVideoCapturer() {
std::unique_ptr<DesktopCapturerProxy> result(
new DesktopCapturerProxy(capture_thread_));
result->set_capturer(std::move(fake_capturer));
- return result;
+ return std::move(result);
}
std::unique_ptr<webrtc::MouseCursorMonitor>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698