Index: remoting/host/event_executor_linux.cc |
=================================================================== |
--- remoting/host/event_executor_linux.cc (revision 57860) |
+++ remoting/host/event_executor_linux.cc (working copy) |
@@ -6,7 +6,8 @@ |
namespace remoting { |
-EventExecutorLinux::EventExecutorLinux() { |
+EventExecutorLinux::EventExecutorLinux(Capturer* capturer) |
+ : EventExecutor(capturer) { |
} |
EventExecutorLinux::~EventExecutorLinux() { |