| Index: third_party/WebKit/public/platform/WebGestureEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| index 360c713574f3b4db895903016cd72ec5860bedaf..8cf36d6d7d3dbadbcee7fcd6d7c02d3239580e43 100644
|
| --- a/third_party/WebKit/public/platform/WebGestureEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| @@ -204,6 +204,7 @@ class WebGestureEvent : public WebInputEvent {
|
| case GestureScrollEnd:
|
| case GestureScrollUpdate:
|
| case GestureFlingStart:
|
| + case GestureFlingCancel:
|
| case GesturePinchBegin:
|
| case GesturePinchEnd:
|
| case GesturePinchUpdate:
|
|
|