Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 4702c74390999bfc52949a21bc972849ef98e1cc..8aa3c3d96ded7a1194156c7b87ae30c0ec57313e 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -168,9 +168,6 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo |
m_phase = static_cast<PlatformWheelEventPhase>(e.phase); |
m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase); |
m_timestamp = e.timeStampSeconds; |
- m_scrollCount = 0; |
- m_unacceleratedScrollingDeltaX = e.deltaX; |
- m_unacceleratedScrollingDeltaY = e.deltaY; |
m_canRubberbandLeft = e.canRubberbandLeft; |
m_canRubberbandRight = e.canRubberbandRight; |
#endif |