| Index: Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/Source/platform/scroll/Scrollbar.cpp b/Source/platform/scroll/Scrollbar.cpp
|
| index c9a4aec7f8874cb2c5cf226e71557db053eff9ef..6e064ddd7b70984cebf7036befdf1bc6e0d02d0d 100644
|
| --- a/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/Source/platform/scroll/Scrollbar.cpp
|
| @@ -353,7 +353,6 @@ bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt)
|
| m_scrollPos = m_pressedPos;
|
| return true;
|
| case PlatformEvent::GestureScrollUpdate:
|
| - case PlatformEvent::GestureScrollUpdateWithoutPropagation:
|
| if (m_pressedPart != ThumbPart)
|
| return false;
|
| m_scrollPos += orientation() == HorizontalScrollbar ? evt.deltaX() : evt.deltaY();
|
|
|