summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_mac.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:18:12 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:18:12 +0000
commitf901a073b8b705393c01f2f99e86d266c95ba4de (patch)
treecb8516a46306b15f53f5952068b0e64e9191466e /remoting/host/event_executor_mac.cc
parentc003320ea12585f044da47de763b637b90e70e0a (diff)
downloadchromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.zip
chromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.tar.gz
chromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.tar.bz2
Use VP8 over PseudoTCP by default.
Added option in simple_host to choose video codec. Removed ugly ifdefs from chromoting_host.cc. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/5298001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/event_executor_mac.cc')
-rw-r--r--remoting/host/event_executor_mac.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
index 553222a..e89ad33 100644
--- a/remoting/host/event_executor_mac.cc
+++ b/remoting/host/event_executor_mac.cc
@@ -29,4 +29,9 @@ void EventExecutorMac::InjectMouseEvent(const MouseEvent* event, Task* done) {
delete done;
}
+protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop,
+ Capturer* capturer) {
+ return new EventExecutorMac(message_loop, capturer);
+}
+
} // namespace remoting