| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 19b1dcff14827aa63ed3c68acb2e458a3ddfb195..ed1879690fcf8598065a071bdd7b59bacbd21d0b 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -693,7 +693,6 @@ bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
|
| m_client->cancelScheduledContentIntents();
|
| case WebInputEvent::GestureScrollEnd:
|
| case WebInputEvent::GestureScrollUpdate:
|
| - case WebInputEvent::GestureScrollUpdateWithoutPropagation:
|
| case WebInputEvent::GesturePinchEnd:
|
| case WebInputEvent::GesturePinchUpdate:
|
| case WebInputEvent::GestureFlingStart:
|
|
|