| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 23316e2bf17117eb34287c934d81741998f37b47..4a8af2e9eb47d637d1b2a576aa1ba39cba02d9eb 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -244,7 +244,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&);
|
|
|