summaryrefslogtreecommitdiffstats
path: root/remoting/host/session_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/session_manager.h')
-rw-r--r--remoting/host/session_manager.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/remoting/host/session_manager.h b/remoting/host/session_manager.h
index b56564f..c2a2149 100644
--- a/remoting/host/session_manager.h
+++ b/remoting/host/session_manager.h
@@ -131,8 +131,7 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
void DoRateControl();
// DoSendUpdate takes ownership of header and is responsible for deleting it.
- void DoSendUpdate(const UpdateStreamPacketHeader* header,
- const scoped_refptr<media::DataBuffer> data,
+ void DoSendUpdate(HostMessage* message,
Encoder::EncodingState state);
void DoSendInit(scoped_refptr<ClientConnection> client,
int width, int height);
@@ -147,8 +146,7 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
// EncodeDataAvailableTask takes ownership of header and is responsible for
// deleting it.
- void EncodeDataAvailableTask(const UpdateStreamPacketHeader *header,
- const scoped_refptr<media::DataBuffer>& data,
+ void EncodeDataAvailableTask(HostMessage* message,
Encoder::EncodingState state);
// Message loops used by this class.