diff options
author | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 15:56:05 +0000 |
---|---|---|
committer | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 15:56:05 +0000 |
commit | 411fd1d31c6ff7eb4d0436266e1f384d1095bbc5 (patch) | |
tree | 38cad8a0b8f8887a21c71f6fec48c36e4e9c53fd /remoting/host/event_executor_mac.h | |
parent | dbdab285c50cb4f8d119199dd99fd92f82920095 (diff) | |
download | chromium_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_mac.h')
-rw-r--r-- | remoting/host/event_executor_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_mac.h b/remoting/host/event_executor_mac.h index 587661d..854d274 100644 --- a/remoting/host/event_executor_mac.h +++ b/remoting/host/event_executor_mac.h @@ -14,7 +14,7 @@ namespace remoting { // A class to generate events on Mac. class EventExecutorMac : public EventExecutor { public: - EventExecutorMac(); + EventExecutorMac(Capturer* capturer); virtual ~EventExecutorMac(); virtual void HandleInputEvents(ClientMessageList* messages); |