| Index: sky/engine/core/page/EventHandler.h
|
| diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
|
| index 3c2a2591e4967a7734b43ca8ef2218743d04e0e0..a6ecf682ec358a396ccf436d6b03d19182251ce3 100644
|
| --- a/sky/engine/core/page/EventHandler.h
|
| +++ b/sky/engine/core/page/EventHandler.h
|
| @@ -149,14 +149,9 @@ public:
|
| bool isScrollbarHandlingGestures() const;
|
|
|
| bool bestClickableNodeForHitTestResult(const HitTestResult&, IntPoint& targetPoint, Node*& targetNode);
|
| - bool bestContextMenuNodeForHitTestResult(const HitTestResult&, IntPoint& targetPoint, Node*& targetNode);
|
| // FIXME: This doesn't appear to be used outside tests anymore, what path are we using now and is it tested?
|
| bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode);
|
|
|
| - bool sendContextMenuEvent(const PlatformMouseEvent&);
|
| - bool sendContextMenuEventForKey();
|
| - bool sendContextMenuEventForGesture(const GestureEventWithHitTestResults&);
|
| -
|
| void setMouseDownMayStartAutoscroll() { m_mouseDownMayStartAutoscroll = true; }
|
|
|
| static unsigned accessKeyModifiers();
|
| @@ -351,8 +346,6 @@ private:
|
| double m_maxMouseMovedDuration;
|
| bool m_didStartDrag;
|
|
|
| - bool m_longTapShouldInvokeContextMenu;
|
| -
|
| Timer<EventHandler> m_activeIntervalTimer;
|
| double m_lastShowPressTimestamp;
|
| RefPtrWillBeMember<Element> m_lastDeferredTapElement;
|
|
|