| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index 20b0fc759bae4afa6d5ce6acfeb7dd1ec0086273..d45a5b3cf244670fbcfab5f4dc095ef9895ac688 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -200,6 +200,7 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo
|
|
|
| m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas;
|
| m_canScroll = e.canScroll;
|
| + m_railsMode = static_cast<PlatformEvent::RailsMode>(e.railsMode);
|
| #if OS(MACOSX)
|
| m_phase = static_cast<PlatformWheelEventPhase>(e.phase);
|
| m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase);
|
|
|