| Index: remoting/client/chromoting_view.h
|
| ===================================================================
|
| --- remoting/client/chromoting_view.h (revision 57114)
|
| +++ remoting/client/chromoting_view.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace remoting {
|
|
|
| -class ChromotingHostMessage;
|
| +class HostMessage;
|
|
|
| // ChromotingView defines the behavior of an object that draws a view of the
|
| // remote desktop. Its main function is to choose the right decoder and render
|
| @@ -47,13 +47,13 @@
|
| virtual void SetHostScreenSize(int width, int height) = 0;
|
|
|
| // Handle the BeginUpdateStream message.
|
| - virtual void HandleBeginUpdateStream(ChromotingHostMessage* msg) = 0;
|
| + virtual void HandleBeginUpdateStream(HostMessage* msg) = 0;
|
|
|
| // Handle the UpdateStreamPacket message.
|
| - virtual void HandleUpdateStreamPacket(ChromotingHostMessage* msg) = 0;
|
| + virtual void HandleUpdateStreamPacket(HostMessage* msg) = 0;
|
|
|
| // Handle the EndUpdateStream message.
|
| - virtual void HandleEndUpdateStream(ChromotingHostMessage* msg) = 0;
|
| + virtual void HandleEndUpdateStream(HostMessage* msg) = 0;
|
| };
|
|
|
| } // namespace remoting
|
|
|