Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index 850bdba7fad1bcaa7d325a5bc7ea2e38d98a7b02..c7c12c03503468e753ebb89a4e851cba8ef28d6d 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -3737,7 +3737,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. |