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 5efaf54d18ea3e192fff74f7cdd7316ddc170494..f95997da8c3d8f9d25dc01750de875b0ce6a6632 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.cc |
+++ b/content/common/input/synthetic_web_input_event_builders.cc |
@@ -228,6 +228,7 @@ void SyntheticWebTouchEvent::ReleasePoint(int index) { |
CHECK_GE(index, 0); |
CHECK_LT(index, kTouchesLengthCap); |
touches[index].state = WebTouchPoint::StateReleased; |
+ touches[index].force = 0.f; |
WebTouchEventTraits::ResetType(WebInputEvent::TouchEnd, timeStampSeconds(), |
this); |
} |