summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor_linux.h')
-rw-r--r--remoting/host/event_executor_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.h b/remoting/host/event_executor_linux.h
index 44b8209..bdb3e73 100644
--- a/remoting/host/event_executor_linux.h
+++ b/remoting/host/event_executor_linux.h
@@ -17,7 +17,7 @@ class EventExecutorLinux : public EventExecutor {
EventExecutorLinux(Capturer* capturer);
virtual ~EventExecutorLinux();
- virtual void HandleInputEvents(ClientMessageList* messages);
+ virtual void HandleInputEvent(ChromotingClientMessage* message);
private:
DISALLOW_COPY_AND_ASSIGN(EventExecutorLinux);