diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:18:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:18:12 +0000 |
commit | f901a073b8b705393c01f2f99e86d266c95ba4de (patch) | |
tree | cb8516a46306b15f53f5952068b0e64e9191466e /remoting/host/event_executor_mac.h | |
parent | c003320ea12585f044da47de763b637b90e70e0a (diff) | |
download | chromium_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.h')
-rw-r--r-- | remoting/host/event_executor_mac.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/remoting/host/event_executor_mac.h b/remoting/host/event_executor_mac.h index 052ca48..0e38852 100644 --- a/remoting/host/event_executor_mac.h +++ b/remoting/host/event_executor_mac.h @@ -8,15 +8,11 @@ #include <vector> #include "base/basictypes.h" +#include "remoting/host/event_executor.h" #include "remoting/protocol/input_stub.h" -class MessageLoop; - namespace remoting { -class Capturer; -class ChromotingClientMessage; - // A class to generate events on Mac. class EventExecutorMac : public protocol::InputStub { public: |