Index: remoting/host/event_executor_linux.h |
=================================================================== |
--- remoting/host/event_executor_linux.h (revision 57860) |
+++ remoting/host/event_executor_linux.h (working copy) |
@@ -14,7 +14,7 @@ |
// A class to generate events on Linux. |
class EventExecutorLinux : public EventExecutor { |
public: |
- EventExecutorLinux(); |
+ EventExecutorLinux(Capturer* capturer); |
virtual ~EventExecutorLinux(); |
virtual void HandleInputEvents(ClientMessageList* messages); |