| Index: third_party/WebKit/Source/platform/PlatformEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/PlatformEvent.h b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| index ad3883f44d3bc25ab7e9944867b6440936b58dc7..05f6b2c5b1f2221e742f3e3480a01d8b3de09153 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| @@ -130,8 +130,8 @@ public:
|
| // All listeners are passive.
|
| ListenersNonBlockingPassive,
|
| // This value represents a state which would have normally blocking
|
| - // but was forced to be non-blocking.
|
| - ListenersForcedNonBlockingPassive,
|
| + // but was forced to be non-blocking during fling; not cancelable.
|
| + ListenersForcedNonBlockingDueToFling,
|
| };
|
|
|
| EventType type() const { return static_cast<EventType>(m_type); }
|
|
|