| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index d170415195472bf71e96d9feb3bcc28e48b7f4c4..39941f0a9b526d0b661aae53e77b6e72819d4c10 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -928,7 +928,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)
|
|
|