| 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 8d847cca22f63712a666fb87179168087a321058..69abbddcbbe724b5a39cd3178fff5ddb46b5237c 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -62,7 +62,7 @@ class CORE_EXPORT SelectionController final
|
| const IntPoint&);
|
| bool handleMouseReleaseEvent(const MouseEventWithHitTestResults&,
|
| const LayoutPoint&);
|
| - bool handlePasteGlobalSelection(const PlatformMouseEvent&);
|
| + bool handlePasteGlobalSelection(const WebMouseEvent&);
|
| bool handleGestureLongPress(const WebGestureEvent&, const HitTestResult&);
|
| void handleGestureTwoFingerTap(const GestureEventWithHitTestResults&);
|
| void handleGestureLongTap(const GestureEventWithHitTestResults&);
|
|
|