| Index: Source/core/page/EventHandler.cpp
|
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
|
| index 7a28dc96a1595b2563160f4a90c81bb79951cbe9..7d50164339a88e5ec5592740fc9cf789afcf987c 100644
|
| --- a/Source/core/page/EventHandler.cpp
|
| +++ b/Source/core/page/EventHandler.cpp
|
| @@ -3744,7 +3744,7 @@ bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event)
|
| FloatSize adjustedRadius = point.radius().scaledBy(scaleFactor);
|
|
|
| RefPtrWillBeRawPtr<Touch> touch = Touch::create(
|
| - targetFrame, touchTarget.get(), point.id(), point.screenPos(), adjustedPagePoint, adjustedRadius, point.rotationAngle(), point.force());
|
| + targetFrame, touchTarget.get(), point.id(), point.screenPos(), adjustedPagePoint, adjustedRadius, point.rotationAngle(), point.force(), point.tilt(), point.tiltDirection());
|
|
|
| // Ensure this target's touch list exists, even if it ends up empty, so
|
| // it can always be passed to TouchEvent::Create below.
|
|
|