Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index 0ece9d43fd09160d6dc3dfafe74aa935f8d1e930..455b83be8a8cc082bd1bd25fe70aae69096a8c1b 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -3777,7 +3777,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. |