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

Unified Diff: remoting/protocol/video_frame_pump.cc

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « remoting/protocol/video_frame_pump.h ('k') | remoting/protocol/video_frame_pump_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/video_frame_pump.cc
diff --git a/remoting/host/video_frame_pump.cc b/remoting/protocol/video_frame_pump.cc
similarity index 98%
rename from remoting/host/video_frame_pump.cc
rename to remoting/protocol/video_frame_pump.cc
index 9c82efe7c5adcabb4d7795d1b6ab45741d89b4c2..8e286deeaa834b4574b7e7bf78d78c9a915781d8 100644
--- a/remoting/host/video_frame_pump.cc
+++ b/remoting/protocol/video_frame_pump.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/video_frame_pump.h"
+#include "remoting/protocol/video_frame_pump.h"
#include <algorithm>
@@ -19,6 +19,7 @@
#include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
namespace remoting {
+namespace protocol {
// Interval between empty keep-alive frames. These frames are sent only when the
// stream is paused or inactive for some other reason (e.g. when blocked on
@@ -253,4 +254,5 @@ void VideoFramePump::OnKeepAlivePacketSent() {
keep_alive_timer_.Reset();
}
+} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/video_frame_pump.h ('k') | remoting/protocol/video_frame_pump_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698