diff options
Diffstat (limited to 'remoting/client/plugin/pepper_view.h')
-rw-r--r-- | remoting/client/plugin/pepper_view.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h index d134207..5e12dce 100644 --- a/remoting/client/plugin/pepper_view.h +++ b/remoting/client/plugin/pepper_view.h @@ -42,9 +42,9 @@ class PepperView : public ChromotingView { virtual void UnsetSolidFill(); virtual void SetViewport(int x, int y, int width, int height); virtual void SetHostScreenSize(int width, int height); - virtual void HandleBeginUpdateStream(HostMessage* msg); - virtual void HandleUpdateStreamPacket(HostMessage* msg); - virtual void HandleEndUpdateStream(HostMessage* msg); + virtual void HandleBeginUpdateStream(ChromotingHostMessage* msg); + virtual void HandleUpdateStreamPacket(ChromotingHostMessage* msg); + virtual void HandleEndUpdateStream(ChromotingHostMessage* msg); private: void OnPaintDone(); |