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 f5a8aa3f212d56e09cdc7fbae8a3127a1c90ee5d..8583496447c9e3e3c2705c4cc1e69da76ba30a91 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.cc |
+++ b/content/common/input/synthetic_web_input_event_builders.cc |
@@ -192,6 +192,7 @@ void SyntheticWebTouchEvent::CancelPoint(int index) { |
CHECK(index >= 0 && index < touchesLengthCap); |
touches[index].state = WebTouchPoint::StateCancelled; |
type = WebInputEvent::TouchCancel; |
+ cancelable = false; |
} |
void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) { |