Index: third_party/WebKit/public/platform/WebGestureEvent.h |
diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h |
index 4cefc3414fbff56fd901ad0531a5c6027fcf9ee3..f9916a496a27bb6e4f257cf82f71ca78dbdec7ed 100644 |
--- a/third_party/WebKit/public/platform/WebGestureEvent.h |
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h |
@@ -84,9 +84,9 @@ class WebGestureEvent : public WebInputEvent { |
struct { |
// Initial motion that triggered the scroll. |
- // May be redundant with deltaX/deltaY in the first scrollUpdate. |
float delta_x_hint; |
float delta_y_hint; |
+ bool ignore_delta_hints; |
// Default initialized to ScrollUnits::PrecisePixels. |
ScrollUnits delta_hint_units; |
// If true, this event will skip hit testing to find a scroll |