summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_mac.cc
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_mac.cc
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_mac.cc')
-rw-r--r--remoting/host/event_executor_mac.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
index 5d6737b..3a1256b 100644
--- a/remoting/host/event_executor_mac.cc
+++ b/remoting/host/event_executor_mac.cc
@@ -6,7 +6,8 @@
namespace remoting {
-EventExecutorMac::EventExecutorMac() {
+EventExecutorMac::EventExecutorMac(Capturer* capturer)
+ : EventExecutor(capturer) {
}
EventExecutorMac::~EventExecutorMac() {