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

Unified Diff: third_party/WebKit/Source/core/editing/SelectionController.h

Issue 2539283002: Remove PlatformGestureEvent in favour of using WebGestureEvent (Closed)
Patch Set: Add missing copyright on new file 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/SelectionController.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
index 1c8a3c90ebf77f9742c8d2093f6a6ee694818e3a..bb76f0f8571820c92cc788cc50d7b65424e8c723 100644
--- a/third_party/WebKit/Source/core/editing/SelectionController.h
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h
@@ -63,8 +63,7 @@ class CORE_EXPORT SelectionController final
bool handleMouseReleaseEvent(const MouseEventWithHitTestResults&,
const LayoutPoint&);
bool handlePasteGlobalSelection(const PlatformMouseEvent&);
- bool handleGestureLongPress(const PlatformGestureEvent&,
- const HitTestResult&);
+ bool handleGestureLongPress(const WebGestureEvent&, const HitTestResult&);
void handleGestureTwoFingerTap(const GestureEventWithHitTestResults&);
void handleGestureLongTap(const GestureEventWithHitTestResults&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698