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

Unified Diff: remoting/host/event_executor_win.h

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - 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
Index: remoting/host/event_executor_win.h
diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
index b98d7be5d3d1dae1849ce3c1878348bdb1a3ca9a..70b8a87e9c73cfd13e54373f77304ef010d63352 100644
--- a/remoting/host/event_executor_win.h
+++ b/remoting/host/event_executor_win.h
@@ -10,13 +10,10 @@
#include "base/task.h"
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
-#include "remoting/protocol/input_stub.h"
-
-class MessageLoop;
+#include "remoting/host/event_executor.h"
namespace remoting {
-class Capturer;
class KeyEvent;
class MouseDownEvent;
class MouseSetPositionEvent;
@@ -24,7 +21,7 @@ class MouseUpEvent;
class MouseWheelEvent;
// A class to generate events on Windows.
-class EventExecutorWin : public protocol::InputStub {
+class EventExecutorWin : public EventExecutor {
public:
EventExecutorWin(MessageLoop* message_loop, Capturer* capturer);
virtual ~EventExecutorWin();

Powered by Google App Engine
This is Rietveld 408576698