| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index 36b26c778c7897a14821fc753b556a2bedc0fb34..1750de32677fc3897080c842459bfddda96b9d58 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -156,6 +156,8 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo
|
| m_scrollCount = 0;
|
| m_unacceleratedScrollingDeltaX = e.deltaX;
|
| m_unacceleratedScrollingDeltaY = e.deltaY;
|
| + m_canRubberbandLeft = e.canRubberbandLeft;
|
| + m_canRubberbandRight = e.canRubberbandRight;
|
| #endif
|
| }
|
|
|
|
|