| Index: remoting/host/event_executor_win.h
 | 
| ===================================================================
 | 
| --- remoting/host/event_executor_win.h	(revision 57713)
 | 
| +++ remoting/host/event_executor_win.h	(working copy)
 | 
| @@ -20,6 +20,13 @@
 | 
|    virtual void HandleInputEvents(ClientMessageList* messages);
 | 
|  
 | 
|   private:
 | 
| +  void HandleMouseSetPosition(ChromotingClientMessage* msg);
 | 
| +  void HandleMouseMove(ChromotingClientMessage* msg);
 | 
| +  void HandleMouseWheel(ChromotingClientMessage* msg);
 | 
| +  void HandleMouseButtonDown(ChromotingClientMessage* msg);
 | 
| +  void HandleMouseButtonUp(ChromotingClientMessage* msg);
 | 
| +  void HandleKey(ChromotingClientMessage* msg);
 | 
| +
 | 
|    DISALLOW_COPY_AND_ASSIGN(EventExecutorWin);
 | 
|  };
 | 
|  
 | 
| 
 |