Index: ui/events/blink/input_handler_proxy.h |
diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h |
index 1306ee88bd3600da0b65f6b645bb6d311f9a6e30..1459fc086711868c73d0522d4cdd4c348f5d727d 100644 |
--- a/ui/events/blink/input_handler_proxy.h |
+++ b/ui/events/blink/input_handler_proxy.h |
@@ -216,6 +216,7 @@ class InputHandlerProxy |
#endif |
bool gesture_scroll_on_impl_thread_; |
bool gesture_pinch_on_impl_thread_; |
+ bool scroll_sequence_ignored_; |
// This is always false when there are no flings on the main thread, but |
// conservative in the sense that we might not be actually flinging when it is |
// true. |