Index: content/common/input/synthetic_web_input_event_builders.cc |
diff --git a/content/common/input/synthetic_web_input_event_builders.cc b/content/common/input/synthetic_web_input_event_builders.cc |
index 675df618d8ddbd5e2db690cdbde2a397b3dfa4f8..36fc28f21b920bc173f6b783c7565607b171c126 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.cc |
+++ b/content/common/input/synthetic_web_input_event_builders.cc |
@@ -177,6 +177,8 @@ int SyntheticWebTouchEvent::PressPoint(float x, float y) { |
point.position.y = point.screenPosition.y = y; |
point.state = WebTouchPoint::StatePressed; |
point.radiusX = point.radiusY = 1.f; |
+ point.rotationAngle = 1.f; |
+ point.force = 1.f; |
++touchesLength; |
WebTouchEventTraits::ResetType( |
WebInputEvent::TouchStart, timeStampSeconds, this); |