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
/
WebViewImpl.cpp
diff --git
a/Source/WebKit/chromium/src/WebViewImpl.cpp
b/Source/WebKit/chromium/src/WebViewImpl.cpp
index 8f83808c691e96a92ce359f12783500ed02620cd..e15eb3974a493d93f06e9652b1def0c22f505e21 100644
(file)
--- a/
Source/WebKit/chromium/src/WebViewImpl.cpp
+++ b/
Source/WebKit/chromium/src/WebViewImpl.cpp
@@
-1272,6
+1272,7
@@
bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent)
#if ENABLE(GESTURE_EVENTS)
case WebInputEvent::GestureScrollBegin:
case WebInputEvent::GestureScrollEnd:
#if ENABLE(GESTURE_EVENTS)
case WebInputEvent::GestureScrollBegin:
case WebInputEvent::GestureScrollEnd:
+ case WebInputEvent::GestureTap:
handled = gestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
break;
#endif
handled = gestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
break;
#endif