Index: remoting/host/client_connection.h |
=================================================================== |
--- remoting/host/client_connection.h (revision 64676) |
+++ remoting/host/client_connection.h (working copy) |
@@ -64,7 +64,8 @@ |
virtual void SendInitClientMessage(int width, int height); |
// Send encoded update stream data to the viewer. |
- virtual void SendVideoPacket(const VideoPacket& packet); |
+ virtual void SendUpdateStreamPacketMessage( |
+ const ChromotingHostMessage& message); |
// Gets the number of update stream messages not yet transmitted. |
// Note that the value returned is an estimate using average size of the |