Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 55e2802ecbbcb085f8b1adc129d7654ae5a40937..d52f9e47a3190615ef188fbaa26c8dff268fcb32 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -923,7 +923,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) |