| 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 3be5b18ebb24d3d90a822ec613be11e02767e113..eaf6f7e360324b2cdbabfd4c629f262d0a9be81f 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
|
| };
|
|
|