| Index: remoting/client/plugin/pepper_view.h
|
| ===================================================================
|
| --- remoting/client/plugin/pepper_view.h (revision 57114)
|
| +++ remoting/client/plugin/pepper_view.h (working copy)
|
| @@ -44,9 +44,9 @@
|
| virtual void UnsetSolidFill();
|
| virtual void SetViewport(int x, int y, int width, int height);
|
| virtual void SetHostScreenSize(int width, int height);
|
| - virtual void HandleBeginUpdateStream(ChromotingHostMessage* msg);
|
| - virtual void HandleUpdateStreamPacket(ChromotingHostMessage* msg);
|
| - virtual void HandleEndUpdateStream(ChromotingHostMessage* msg);
|
| + virtual void HandleBeginUpdateStream(HostMessage* msg);
|
| + virtual void HandleUpdateStreamPacket(HostMessage* msg);
|
| + virtual void HandleEndUpdateStream(HostMessage* msg);
|
|
|
| private:
|
| void OnPaintDone();
|
|
|