| Index: remoting/host/session_manager.h
|
| ===================================================================
|
| --- remoting/host/session_manager.h (revision 57114)
|
| +++ remoting/host/session_manager.h (working copy)
|
| @@ -131,7 +131,7 @@
|
| void DoRateControl();
|
|
|
| // DoSendUpdate takes ownership of header and is responsible for deleting it.
|
| - void DoSendUpdate(ChromotingHostMessage* message,
|
| + void DoSendUpdate(HostMessage* message,
|
| Encoder::EncodingState state);
|
| void DoSendInit(scoped_refptr<ClientConnection> client,
|
| int width, int height);
|
| @@ -146,7 +146,7 @@
|
|
|
| // EncodeDataAvailableTask takes ownership of header and is responsible for
|
| // deleting it.
|
| - void EncodeDataAvailableTask(ChromotingHostMessage* message,
|
| + void EncodeDataAvailableTask(HostMessage* message,
|
| Encoder::EncodingState state);
|
|
|
| // Message loops used by this class.
|
|
|