summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_win.h
diff options
context:
space:
mode:
authorgarykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 15:56:05 +0000
committergarykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 15:56:05 +0000
commit411fd1d31c6ff7eb4d0436266e1f384d1095bbc5 (patch)
tree38cad8a0b8f8887a21c71f6fec48c36e4e9c53fd /remoting/host/event_executor_win.h
parentdbdab285c50cb4f8d119199dd99fd92f82920095 (diff)
downloadchromium_src-411fd1d31c6ff7eb4d0436266e1f384d1095bbc5.zip
chromium_src-411fd1d31c6ff7eb4d0436266e1f384d1095bbc5.tar.gz
chromium_src-411fd1d31c6ff7eb4d0436266e1f384d1095bbc5.tar.bz2
Chromoting: Get screen size locally if it wasn't given in the mouse message.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3229007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/event_executor_win.h')
-rw-r--r--remoting/host/event_executor_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
index 86436b3..4a354e6 100644
--- a/remoting/host/event_executor_win.h
+++ b/remoting/host/event_executor_win.h
@@ -14,7 +14,7 @@ namespace remoting {
// A class to generate events on Windows.
class EventExecutorWin : public EventExecutor {
public:
- EventExecutorWin();
+ EventExecutorWin(Capturer* capturer);
virtual ~EventExecutorWin();
virtual void HandleInputEvents(ClientMessageList* messages);