| Index: remoting/protocol/client_event_dispatcher.h
|
| diff --git a/remoting/protocol/client_event_dispatcher.h b/remoting/protocol/client_event_dispatcher.h
|
| index 97c6b041214ed23b86515efc4e850e025c6c9913..98d447337b4311ab2b67a569e432b758ad2dd896 100644
|
| --- a/remoting/protocol/client_event_dispatcher.h
|
| +++ b/remoting/protocol/client_event_dispatcher.h
|
| @@ -27,6 +27,8 @@ class ClientEventDispatcher : public ChannelDispatcherBase, public InputStub {
|
| void InjectTouchEvent(const TouchEvent& event) override;
|
|
|
| private:
|
| + void OnIncomingMessage(scoped_ptr<CompoundBuffer> message) override;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ClientEventDispatcher);
|
| };
|
|
|
|
|