Index: third_party/WebKit/public/platform/WebInputEvent.h |
diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h |
index 83f5613e04b402b278087aac0592db3d3273b3e6..99963de7db8c8dbbe29ed6032b798a6e1a3787e0 100644 |
--- a/third_party/WebKit/public/platform/WebInputEvent.h |
+++ b/third_party/WebKit/public/platform/WebInputEvent.h |
@@ -202,8 +202,8 @@ public: |
// All listeners are passive; not cancelable. |
ListenersNonBlockingPassive, |
// This value represents a state which would have normally blocking |
- // but was forced to be non-blocking; not cancelable. |
- ListenersForcedNonBlockingPassive, |
+ // but was forced to be non-blocking during fling; not cancelable. |
+ ListenersForcedNonBlockingPassiveDueToFling, |
}; |
// The rail mode for a wheel event specifies the axis on which scrolling is |