Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: third_party/WebKit/Source/platform/PlatformEvent.h

Issue 2539283002: Remove PlatformGestureEvent in favour of using WebGestureEvent (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698