Chromium Code Reviews| Index: third_party/WebKit/public/web/WebInputEvent.h |
| diff --git a/third_party/WebKit/public/web/WebInputEvent.h b/third_party/WebKit/public/web/WebInputEvent.h |
| index d2e24f8f1e33fe979d8ea99fdb3fba8873e4faaf..d4148b672615bd16aa08c02d039839de8db68aca 100644 |
| --- a/third_party/WebKit/public/web/WebInputEvent.h |
| +++ b/third_party/WebKit/public/web/WebInputEvent.h |
| @@ -139,7 +139,8 @@ public: |
| TouchMove, |
| TouchEnd, |
| TouchCancel, |
| - TouchTypeLast = TouchCancel, |
| + TouchScrollStarted, |
| + TouchTypeLast = TouchScrollStarted, |
| TypeLast = TouchTypeLast |
| }; |