diff --git a/AUTHORS b/AUTHORS index 37c19d50fe..e9437d07c1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,7 @@ Manish Jethani Martin Storsjo Matthias Liebig Maxim Potapov +Mike Gilbert Pali Rohar Paul Kapustin Philipp Hancke diff --git a/webrtc/modules/desktop_capture/screen_capturer_x11.cc b/webrtc/modules/desktop_capture/screen_capturer_x11.cc index a6f4f91838..b4f3bf575b 100644 --- a/webrtc/modules/desktop_capture/screen_capturer_x11.cc +++ b/webrtc/modules/desktop_capture/screen_capturer_x11.cc @@ -412,7 +412,7 @@ std::unique_ptr DesktopCapturer::CreateRawScreenCapturer( return nullptr; } - return capturer; + return std::move(capturer); } } // namespace webrtc