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

Unified Diff: remoting/host/client_session.h

Issue 883673004: Cleanup VideoFramePump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_scheduler
Patch Set: Created 5 years, 10 months 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 | 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 05f8b7f573d7cac896892e2e0f91d0258ef8dde7..e4f79552433b54f2ddf082e448c9184b2b4f7abd 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -40,6 +40,7 @@ class AudioScheduler;
class DesktopEnvironment;
class DesktopEnvironmentFactory;
class InputInjector;
+class MouseShapePump;
class ScreenControls;
class VideoEncoder;
class VideoFramePump;
@@ -222,7 +223,8 @@ class ClientSession
// |video_frame_pump_| may be nullptr if the video channel is not required -
// see ResetVideoPipeline().
scoped_refptr<AudioScheduler> audio_scheduler_;
- scoped_refptr<VideoFramePump> video_frame_pump_;
+ scoped_ptr<VideoFramePump> video_frame_pump_;
+ scoped_ptr<MouseShapePump> mouse_shape_pump_;
// The set of all capabilities supported by the client.
scoped_ptr<std::string> client_capabilities_;
« no previous file with comments | « no previous file | remoting/host/client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698