| Index: sky/engine/core/page/EventHandler.h
|
| diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
|
| index e79a29b22b6aa62c66c81f486f505547bfd69a56..9656997e428b5c616dc05c82afede42924315603 100644
|
| --- a/sky/engine/core/page/EventHandler.h
|
| +++ b/sky/engine/core/page/EventHandler.h
|
| @@ -144,8 +144,6 @@ public:
|
| bool handleGestureScrollEnd(const PlatformGestureEvent&);
|
| bool isScrollbarHandlingGestures() const;
|
|
|
| - bool bestClickableNodeForHitTestResult(const HitTestResult&, IntPoint& targetPoint, Node*& targetNode);
|
| -
|
| void setMouseDownMayStartAutoscroll() { m_mouseDownMayStartAutoscroll = true; }
|
|
|
| static unsigned accessKeyModifiers();
|
| @@ -188,7 +186,7 @@ private:
|
| bool handlePasteGlobalSelection(const PlatformMouseEvent&);
|
|
|
| HitTestRequest::HitTestRequestType getHitTypeForGestureType(PlatformEvent::Type);
|
| - void applyTouchAdjustment(PlatformGestureEvent*, HitTestResult*);
|
| +
|
| bool handleGestureTap(const GestureEventWithHitTestResults&);
|
| bool handleGestureLongPress(const GestureEventWithHitTestResults&);
|
| bool handleGestureLongTap(const GestureEventWithHitTestResults&);
|
| @@ -196,8 +194,6 @@ private:
|
| bool handleGestureScrollBegin(const PlatformGestureEvent&);
|
| void clearGestureScrollNodes();
|
|
|
| - bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
|
| -
|
| OptionalCursor selectCursor(const HitTestResult&);
|
| OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
|
|
|
|
|