Index: Source/core/page/EventHandler.h |
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
index 4f621fb66781366def4dc3f8ab4c684e4117ec18..dba32130c7b24d51373de69ea6828c4f9fbb1750 100644 |
--- a/Source/core/page/EventHandler.h |
+++ b/Source/core/page/EventHandler.h |
@@ -243,13 +243,9 @@ private: |
// absolutePoint - For wheel scrolls - the location, in absolute coordinates, where the event occured. |
bool scroll(ScrollDirection, ScrollGranularity, Node* startNode = 0, Node** stopNode = 0, float delta = 1.0f, IntPoint absolutePoint = IntPoint()); |
- bool dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent&); |
- |
TouchAction intersectTouchAction(const TouchAction, const TouchAction); |
TouchAction computeEffectiveTouchAction(const LayoutPoint&); |
- bool handleMouseEventAsEmulatedGesture(const PlatformMouseEvent&); |
- bool handleWheelEventAsEmulatedGesture(const PlatformWheelEvent&); |
HitTestResult hitTestResultInFrame(LocalFrame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent); |
void invalidateClick(); |
@@ -389,10 +385,6 @@ private: |
bool m_didStartDrag; |
bool m_longTapShouldInvokeContextMenu; |
- OwnPtr<IntPoint> m_lastSyntheticPinchAnchorCss; |
- OwnPtr<IntPoint> m_lastSyntheticPinchAnchorDip; |
- OwnPtr<IntPoint> m_lastSyntheticPanLocation; |
- float m_syntheticPageScaleFactor; |
Timer<EventHandler> m_activeIntervalTimer; |
double m_lastShowPressTimestamp; |