| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 38d487f19e351ddf52c85eb552801f87b6c9c8f7..7f025b214ddea81fe6003c45695eab1dd4ee45e5 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -245,7 +245,7 @@ private:
|
| bool dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent&);
|
|
|
| TouchAction intersectTouchAction(const TouchAction, const TouchAction);
|
| - TouchAction computeEffectiveTouchAction(const Node&);
|
| + TouchAction computeEffectiveTouchAction(const LayoutPoint&);
|
|
|
| bool handleMouseEventAsEmulatedGesture(const PlatformMouseEvent&);
|
| bool handleWheelEventAsEmulatedGesture(const PlatformWheelEvent&);
|
|
|