Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index b0041b8aa797e00bebb95d1403d2e487605493d2..78a2c595c72dc790f3151a931373eb7a771de20b 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -933,7 +933,7 @@ static inline bool gestureScrollHelper(ScrollbarGroup* scrollbarGroup, ScrollDir |
if (!delta) |
return false; |
float absDelta = delta > 0 ? delta : -delta; |
- return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta); |
+ return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta).didScroll; |
} |
void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) |