| Index: content/browser/renderer_host/input/touch_emulator.cc
|
| diff --git a/content/browser/renderer_host/input/touch_emulator.cc b/content/browser/renderer_host/input/touch_emulator.cc
|
| index f32a9ef4432906966bf69d56a2f3f7a15285f980..c7b8d4d7e2d99d7d0997d12a659090c60e3b4530 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.cc
|
| +++ b/content/browser/renderer_host/input/touch_emulator.cc
|
| @@ -254,6 +254,7 @@ void TouchEmulator::CancelTouch() {
|
| touch_event_.timeStampSeconds =
|
| (base::TimeTicks::Now() - base::TimeTicks()).InSecondsF();
|
| touch_event_.type = WebInputEvent::TouchCancel;
|
| + touch_event_.cancelable = false;
|
| touch_event_.touches[0].state = WebTouchPoint::StateCancelled;
|
| touch_active_ = false;
|
| if (gesture_provider_.OnTouchEvent(MotionEventWeb(touch_event_)))
|
|
|