summaryrefslogtreecommitdiffstats
path: root/chrome/common/webkit_param_traits.h
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 18:20:47 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 18:20:47 +0000
commitcd9694081920898abccbf9e5dcf8624ad8223c63 (patch)
tree9ae5ed2c39d64b432e2b41ed39d3fc25f2e3a3e1 /chrome/common/webkit_param_traits.h
parent797f5d1d995bd5f31fbb811785b15fbccecafbd4 (diff)
downloadchromium_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 'chrome/common/webkit_param_traits.h')
-rw-r--r--chrome/common/webkit_param_traits.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/webkit_param_traits.h b/chrome/common/webkit_param_traits.h
index b680782..bf2630f6 100644
--- a/chrome/common/webkit_param_traits.h
+++ b/chrome/common/webkit_param_traits.h
@@ -165,9 +165,6 @@ struct ParamTraits<WebKit::WebInputEvent::Type> {
case WebKit::WebInputEvent::MouseLeave:
type = L"MouseLeave";
break;
- case WebKit::WebInputEvent::MouseDoubleClick:
- type = L"MouseDoubleClick";
- break;
case WebKit::WebInputEvent::MouseWheel:
type = L"MouseWheel";
break;