| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 7057f128c57690eb3cbadea8dd5d837515d24557..53456d742a1218164871908717710a384c01d3a6 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -922,7 +922,7 @@ void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event)
|
| }
|
| }
|
|
|
| -static inline bool gestureScrollHelper(ScrollbarGroup* scrollbarGroup, ScrollDirection positiveDirection, ScrollDirection negativeDirection, float delta)
|
| +static inline bool gestureScrollHelper(ScrollbarGroup* scrollbarGroup, ScrollDirectionPhysical positiveDirection, ScrollDirectionPhysical negativeDirection, float delta)
|
| {
|
| if (!delta)
|
| return false;
|
|
|