| 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 62b6cd29025e7d954a301869e6253e41b14578ae..e011adf60ced3408b177005cb316b28c87b395b4 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| @@ -74,6 +74,7 @@ public:
|
| TouchMove,
|
| TouchEnd,
|
| TouchCancel,
|
| + TouchScrollStarted,
|
| };
|
|
|
| // These values are direct mappings of the values in WebInputEvent so the values can be cast between the
|
|
|