Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(873)

Unified Diff: remoting/host/event_executor_linux.cc

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed EventExecutor class. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/event_executor_linux.h ('k') | remoting/host/event_executor_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor_linux.cc
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
index 14212770c68e16d1c3524db628614f0662cbb77b..dcc7dc0599979711b73a096da438fd48cfe0ae78 100644
--- a/remoting/host/event_executor_linux.cc
+++ b/remoting/host/event_executor_linux.cc
@@ -437,4 +437,9 @@ void EventExecutorLinux::InjectMouseEvent(const MouseEvent* event,
delete done;
}
+protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop,
+ Capturer* capturer) {
+ return new EventExecutorLinux(message_loop, capturer);
+}
+
} // namespace remoting
« no previous file with comments | « remoting/host/event_executor_linux.h ('k') | remoting/host/event_executor_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698