X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit%2Fchromium%2Fsrc%2FWebViewImpl.cpp;h=e15eb3974a493d93f06e9652b1def0c22f505e21;hp=8f83808c691e96a92ce359f12783500ed02620cd;hb=2d856576fe4e7a1107fb85bf299687f98ef5ad41;hpb=a74effc74cd3d53e819f15c11bc9fd3a7ffbe350;ds=sidebyside diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp index 8f83808c691e..e15eb3974a49 100644 --- 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: + case WebInputEvent::GestureTap: handled = gestureEvent(*static_cast(&inputEvent)); break; #endif