Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 6048f2b8211a0eb431bd280068b608df9fd21025..1b912ecbff2ddc78bbaf19d2f1b06622ac083340 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -770,6 +770,9 @@ private: |
bool m_userGestureObserved; |
+ // The velocity of the most recent scroll event. |
+ WebFloatSize m_lastScrollVelocity; |
+ |
RefPtr<EventListener> m_popupMouseWheelEventListener; |
}; |