Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/EventTypeNames.in |
| diff --git a/third_party/WebKit/Source/core/events/EventTypeNames.in b/third_party/WebKit/Source/core/events/EventTypeNames.in |
| index 2fcf1950a6c5e8869d7f5b98072ba54156b4b434..7c55e4bd0eb088698edfb6b60e2a78ba5acd29fd 100644 |
| --- a/third_party/WebKit/Source/core/events/EventTypeNames.in |
| +++ b/third_party/WebKit/Source/core/events/EventTypeNames.in |
| @@ -150,6 +150,7 @@ mouseup |
| mousewheel |
| mute |
| negotiationneeded |
| +nexttrack |
| nomatch |
| notificationclick |
| notificationclose |
| @@ -167,6 +168,7 @@ pause |
| periodicsync |
| play |
| playing |
| +playpause |
| pointercancel |
| pointerdown |
| pointerenter |
| @@ -178,6 +180,7 @@ pointerout |
| pointerover |
| pointerup |
| popstate |
| +previoustrack |
| progress |
| push |
| ratechange |
| @@ -195,7 +198,9 @@ resume |
| scroll |
| search |
| securitypolicyviolation |
| +seekbackward |
|
foolip
2016/10/19 13:35:44
If this is "skip back x seconds", I guess a new ev
Zhiqiang Zhang (Slow)
2016/10/19 14:54:05
You're right. Let's just send an event for now and
|
| seeked |
| +seekforward |
| seeking |
| select |
| selectionchange |