| 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&);
|
|
|
|
|