| 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 b949108174993e0b7517abd29d28c051b4556426..6533863a2b1bd9f1caca2e6d332910ab8d35bf11 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.cc
|
| +++ b/content/common/input/synthetic_web_input_event_builders.cc
|
| @@ -230,6 +230,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);
|
| }
|
|
|