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

Unified Diff: remoting/host/client_session.h

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/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 348552dbf434b8ef8c7df3c6545a416272fc5777..7b9db05a46e691006334b41fd62cf55837e5f597 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -41,7 +41,10 @@ class DesktopEnvironmentFactory;
class InputInjector;
class MouseShapePump;
class ScreenControls;
+
+namespace protocol {
class VideoFramePump;
+} // namespace protocol
// A ClientSession keeps a reference to a connection to a client, and maintains
// per-client state.
@@ -209,7 +212,7 @@ class ClientSession
// |video_frame_pump_| and |mouse_shape_pump_| may be nullptr if the video
// stream is handled by an extension, see ResetVideoPipeline().
scoped_ptr<AudioPump> audio_pump_;
- scoped_ptr<VideoFramePump> video_frame_pump_;
+ scoped_ptr<protocol::VideoFramePump> video_frame_pump_;
scoped_ptr<MouseShapePump> mouse_shape_pump_;
// The set of all capabilities supported by the client.
« no previous file with comments | « remoting/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698