git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Source/WebKit/chromium: Wire gesture tap events, add support for gesture events in...
[WebKit-https.git]
/
Source
/
WebKit
/
chromium
/
src
/
WebPopupMenuImpl.cpp
diff --git
a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
index e2668b1b84d9f42adcabf31904bc8b68d0503f2a..838238d257861a480a77d9d5b4722d8406088399 100644
(file)
--- a/
Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
+++ b/
Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
@@
-273,6
+273,7
@@
bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent)
case WebInputEvent::GestureScrollBegin:
case WebInputEvent::GestureScrollEnd:
case WebInputEvent::GestureScrollBegin:
case WebInputEvent::GestureScrollEnd:
+ case WebInputEvent::GestureTap:
return GestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
case WebInputEvent::Undefined:
return GestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
case WebInputEvent::Undefined: