Index: third_party/WebKit/public/web/WebInputEvent.h |
diff --git a/third_party/WebKit/public/web/WebInputEvent.h b/third_party/WebKit/public/web/WebInputEvent.h |
index b67617a10bfeae560b2d88079ded95f9477cd84f..3be5b18ebb24d3d90a822ec613be11e02767e113 100644 |
--- a/third_party/WebKit/public/web/WebInputEvent.h |
+++ b/third_party/WebKit/public/web/WebInputEvent.h |
@@ -533,6 +533,12 @@ public: |
} scrollUpdate; |
struct { |
+ // The original delta units the scrollBegin and scrollUpdates |
+ // were sent as. |
+ ScrollUnits deltaUnits; |
+ } scrollEnd; |
+ |
+ struct { |
float velocityX; |
float velocityY; |
// If true, this event will skip hit testing to find a scroll |