Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 0affd15a33a359bed70c86e0974844da3d86f232..b348358aeb9a4f57cf92f542e74a2ef31b91b90a 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -916,7 +916,7 @@ void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) |
return; |
} |
- if (webEvent.type == WebInputEvent::GestureScrollUpdate || webEvent.type == WebInputEvent::GestureScrollUpdateWithoutPropagation) { |
+ if (webEvent.type == WebInputEvent::GestureScrollUpdate) { |
if (!m_scrollbarGroup) |
return; |
if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdate.deltaX)) |