X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit%2Fchromium%2Fsrc%2FWebInputEventConversion.cpp;h=0ddea0244a898224d40af1f8f2d5cdc6ed00c76c;hp=90c2c8c61768c1daedac919d1994db8f6cb07aa2;hb=2d856576fe4e7a1107fb85bf299687f98ef5ad41;hpb=a74effc74cd3d53e819f15c11bc9fd3a7ffbe350 diff --git a/Source/WebKit/chromium/src/WebInputEventConversion.cpp b/Source/WebKit/chromium/src/WebInputEventConversion.cpp index 90c2c8c61768..0ddea0244a89 100644 --- a/Source/WebKit/chromium/src/WebInputEventConversion.cpp +++ b/Source/WebKit/chromium/src/WebInputEventConversion.cpp @@ -120,6 +120,9 @@ PlatformGestureEventBuilder::PlatformGestureEventBuilder(Widget* widget, const W case WebInputEvent::GestureScrollEnd: m_type = PlatformGestureEvent::ScrollEndType; break; + case WebInputEvent::GestureTap: + m_type = PlatformGestureEvent::TapType; + break; default: ASSERT_NOT_REACHED(); }