| Index: third_party/WebKit/public/platform/WebEventListenerProperties.h
|
| diff --git a/third_party/WebKit/public/platform/WebEventListenerProperties.h b/third_party/WebKit/public/platform/WebEventListenerProperties.h
|
| index 1b2d9a05402f8d817e9b9b2f2d8fa7207aa669ec..67a4667cb2c5734ee9d1f8c0e635fbc0f180a917 100644
|
| --- a/third_party/WebKit/public/platform/WebEventListenerProperties.h
|
| +++ b/third_party/WebKit/public/platform/WebEventListenerProperties.h
|
| @@ -10,8 +10,9 @@
|
| namespace blink {
|
|
|
| enum class WebEventListenerClass {
|
| - Touch, // This value includes "pointer" events.
|
| - MouseWheel // This value includes "wheel" and "mousewheel" events.
|
| + TouchStartOrMove, // This value includes "touchstart", "touchmove" and "pointer" events.
|
| + MouseWheel, // This value includes "wheel" and "mousewheel" events.
|
| + TouchEndOrCancel, // This value includes "touchend", "touchcancel" events.
|
| };
|
|
|
| // Indicates the variety of event listener types for a given WebEventListenerClass.
|
|
|