| Index: remoting/client/plugin/pepper_view.h
|
| diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h
|
| index d13420798b87a4d4dc8545ae92631c270e6279f2..5e12dced8f9f7fd0964cc55b0993dfb526696d87 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();
|
|
|