diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:20:47 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:20:47 +0000 |
commit | cd9694081920898abccbf9e5dcf8624ad8223c63 (patch) | |
tree | 9ae5ed2c39d64b432e2b41ed39d3fc25f2e3a3e1 /webkit/tools | |
parent | 797f5d1d995bd5f31fbb811785b15fbccecafbd4 (diff) | |
download | chromium_src-cd9694081920898abccbf9e5dcf8624ad8223c63.zip chromium_src-cd9694081920898abccbf9e5dcf8624ad8223c63.tar.gz chromium_src-cd9694081920898abccbf9e5dcf8624ad8223c63.tar.bz2 |
Implement the triple click for the Mac.
Review URL: http://codereview.chromium.org/99104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/event_sending_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc index 9e88f88..79e3d85 100644 --- a/webkit/tools/test_shell/event_sending_controller.cc +++ b/webkit/tools/test_shell/event_sending_controller.cc @@ -103,7 +103,7 @@ void InitMouseEvent(WebInputEvent::Type t, WebMouseEvent::Button b, e->globalX = pos.x(); e->globalY = pos.y(); e->timeStampSeconds = GetCurrentEventTimeSec(); - e->layoutTestClickCount = click_count; + e->clickCount = click_count; } void ApplyKeyModifier(const std::wstring& arg, WebKeyboardEvent* event) { |