| 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 7133b03cc3c81b26edadc489c1a86942561defd7..455ced2dbfd711f4b606c476cbed723456582d8e 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| @@ -45,23 +45,6 @@ class PlatformEvent {
|
| // PlatformWheelEvent
|
| Wheel,
|
|
|
| - // PlatformGestureEvent
|
| - GestureScrollBegin,
|
| - GestureScrollEnd,
|
| - GestureScrollUpdate,
|
| - GestureTap,
|
| - GestureTapUnconfirmed,
|
| - GestureTapDown,
|
| - GestureShowPress,
|
| - GestureTapDownCancel,
|
| - GestureTwoFingerTap,
|
| - GestureLongPress,
|
| - GestureLongTap,
|
| - GesturePinchBegin,
|
| - GesturePinchEnd,
|
| - GesturePinchUpdate,
|
| - GestureFlingStart,
|
| -
|
| // PlatformTouchEvent
|
| TouchStart,
|
| TouchMove,
|
|
|