Chromium Code Reviews| 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 943b01ff363f09eda97269c1a6c4e9ec4c8ce9c5..7621db68b1fbdcb4b883164a2f8609cf928cf800 100644 |
| --- a/third_party/WebKit/Source/platform/PlatformEvent.h |
| +++ b/third_party/WebKit/Source/platform/PlatformEvent.h |
| @@ -46,23 +46,6 @@ class PlatformEvent { |
| // PlatformWheelEvent |
| Wheel, |
| - // PlatformGestureEvent |
| - GestureScrollBegin, |
| - GestureScrollEnd, |
| - GestureScrollUpdate, |
| - GestureTap, |
| - GestureTapUnconfirmed, |
| - GestureTapDown, |
| - GestureShowPress, |
| - GestureTapDownCancel, |
| - GestureTwoFingerTap, |
| - GestureLongPress, |
| - GestureLongTap, |
| - GesturePinchBegin, |
| - GesturePinchEnd, |
| - GesturePinchUpdate, |
| - GestureFlingStart, |
| - |
| // PlatformTouchEvent |
| TouchStart, |
| TouchMove, |